Simple react-native boilerplate for mobile development.
- Ensure you've followed the React Native - Get Started Guide
- Clone this project
git clone https://github.com/2ksoft/boilerplate-rn-coderschool.git
- Run
npm install
from root directory - Start the app in IOS - Android
- React Native for building mobile apps using Javascript
- Redux a predictable state container for Javascript apps
- Redux Thunk middleware for Redux
- Babel for ES6+ support
- React Navigation navigation for React Native
/src
- Contains our React Native App codebase/actions
- Action Types and Action Creators/assets
- Images, Fonts and others/components
- Dumb components/common
- Shared components
/config
- Config files/containers
- Smart components/reducers
- Reducers/utils
- Helpers/App.js
- Base component/Router.js
- App navigation/Store.js
- Store