Simple to use boilerplate for developing mobile apps using react-native and mobx!
- Built with
react-native init
and customized - Configured navigation using
react-navigation
- For app store, using
mobx
- Support of
i18n
- Configured UI library (using
react-native-elements
) - Test ready (using
jest
) - For android, configured this boilerplate with
jsc-android
to use latest js-core-engine! - Example with simple counter is included. Also for people who don't know testing, there are some tests also added.
- Clone this repository or download.
- Update your app name in
package.json
- You need to rename this app for your app. There is awesome tool you can use:
react-native-rename
npm install
- Terminal 1:
npm start
- Terminal 2:
npm run ios
ornpm run android
- To run tests:
npm test