An open API service indexing awesome lists of open source software.

https://github.com/hiaw/rn_mobx_template

React Native with MobX template
https://github.com/hiaw/rn_mobx_template

Last synced: 9 months ago
JSON representation

React Native with MobX template

Awesome Lists containing this project

README

          

# rn_mobx_template

![Gif](./image.gif "Screencast")

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`