Home

Awesome

rn_mobx_template

Gif

Template for using MobX in React Native with sample code

  1. Create model in App/Model

  2. Add the new model to the store in App/Model/MainStore.js

  3. Use the model in your Component or Container