As I embark on my journey of building my first major app using React Native, a question comes to mind.
Is there a UI framework available for React Native that offers pre-styled components right out of the box?
Similar to how Ionic provides a base theme and CSS for Cordova apps, or how Bootstrap does for web development.
Are there any existing libraries that can provide this kind of styling convenience for React Native?
Thank you in advance for your help!