A little React Native boilerplate created to pull together some of the common libraries used to create sweet mobile apps.
Install dependencies and run using Yarn
$ yarn
$ yarn start
Open on phone using the Expo app.
- Base reference react-native-boilerplate
- Login flow using redux-saga
- Splash screen can be added to the AppNavigator. See: react-navigation/react-navigation#156 (comment)