0.0.4 • Published 6 years ago

mobx-state-tree-boiler-plate v0.0.4

Weekly downloads
19
License
-
Repository
github
Last release
6 years ago

RN-MST-Boiler-Plate

This is Mobx State Tree boiler plate for react native apps. It is easy, scalable and fast compare to redux. It can also be used in React Apps.

Installation

  • Installation: npm i mobx-state-tree-boiler-plate.

  • cd RN-MST-Boiler-Plate & run yarn.

  • Add dependancy in .babelrc file for enabling decorators legacy:

{
  "presets": ["react-native"],
  "plugins": ["transform-decorators-legacy"]
}

Usage