Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.47 KB

Node version Build Status codecov

react-native-mobx boilerplate

Simple to use boilerplate for developing mobile apps using react-native and mobx!

Features

  • 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.

Getting started

  • 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 or npm run android
  • To run tests: npm test