https://github.com/react-native-training/react-native-mobx-state-tree
Simple React Native App using MobX State Tree
https://github.com/react-native-training/react-native-mobx-state-tree
mobx mobx-state-tree react-native reactjs
Last synced: 9 months ago
JSON representation
Simple React Native App using MobX State Tree
- Host: GitHub
- URL: https://github.com/react-native-training/react-native-mobx-state-tree
- Owner: react-native-training
- Created: 2018-01-29T23:06:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T23:08:23.000Z (about 8 years ago)
- Last Synced: 2025-05-02T10:49:48.731Z (11 months ago)
- Topics: mobx, mobx-state-tree, react-native, reactjs
- Language: JavaScript
- Size: 133 KB
- Stars: 36
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native + MobX State Tree

### Simple Book Tracking app using React Native + MobX State Tree
#### To get started:
1. Clone the project
```
git clone https://github.com/react-native-training/react-native-mobx-state-tree.git
```
2. Change into the downloaded directory
```
cd react-native-mobx-state-tree
```
3. Install dependencies
```
yarn || npm install
```
4. Run project in either iOS simulator or Android emulatore