A 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 more

Using 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 more

Building 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

SQLite3 bindings for React Native

Chances are that your app is going to need a Database to store user's preferences and data. Today we're showing a binding for sqlite3 for React Native from @almost. It allows a database to be opened and for SQL queries to be run on it. react-native-sqlite on

Read more

Looped Carousel and Side menu

Here is are tow new Components, a Looped Carousel and a Side menu for React Native Looped Carousel On GitHub. Looped Carousel Side Menu On GitHub you can find two alternatives: RNSideMenu react-native-side-menu (inspired by the previous one) Side Menu

Read more