Skip to content

jaydeep987/react-native-mobx-boilerplate

Repository files navigation

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

About

Ready to use boilerplate for developing react-native apps!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published