Styling libraries: React Native Paper and Elements - peophins-plasmas/pawsome-app GitHub Wiki
Beyond using React Native's built-in components, this project incorporates two commonly-used Material Design libraries for stylistic components: React Native Paper and React Native Elements. Both libraries have a Card component; slight differences in the components worked better for different pages, and so both wound up being used. Other components from each library were also used.
The radio buttons of React Native Paper were initially used in the Add Task page, but due to lack of visual input on where user should press to select, were removed in favor of homemade buttons created with React Native's Pressable component.