Introducing React Native Elements
React Native Elements is a useful set of reusable components for your React Native application.
Check out the github repo here.
After over a year and a half of developing for React Native, I have noticed certain basic design elements that I have needed to create repeatedly. This takes up a lot of my time where as I would have liked to be able to just have a place where I can grab these elements and get a head start on the project, without repeating these styles over and over.
For example, when creating a button in ... Read More