Browser App with React Native
The beauty of Open Source projects, especially successful ones, is how much material the community is going to share. This is a chance to solve your own problems but also a chance to learn how simply you can solve them by looking at the code. This is the case …
Read moreA <Modal /> Component for React Native
In your app you're going to need a lot of different Views and Components to layout your data. Among these are Modals, and here is a simple implementation for React Native. Check react-native-modal on GitHub. \<Modal /> component …
Read moreA simple To Do application written in React Native
If you're ready to move beyond the Movies app from the React Native tutorial, then you'll happy to check this very well structured app from Joe Maddalone. It's still a simple To Do application but you might want to check it in order to get to know how to bett …
Read moreUsing TouchID for Authentication in your React Native app
The guys at Auth0 are doing a pretty good job pursuing their goal that they share as their motto "Eliminate the friction of identity for your applications and APIs". Luckly, for us, as developers they got interested in React Native and shared their tutorial an …
Read moreBuilding Custom React Native Components From Scratch
Jay Garcia from Modus Create has written another excellent piece of tutorial. This time he's going to show us how to build custom React Native components from scratch. As we discover the rapidly growing world of React Native, we learn that it’s entirely poss …
Read more