https://github.com/jhen0409/react-native-debugger-mobx-example
https://github.com/jhen0409/react-native-debugger-mobx-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhen0409/react-native-debugger-mobx-example
- Owner: jhen0409
- License: mit
- Created: 2016-11-14T11:06:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T17:38:58.000Z (over 8 years ago)
- Last Synced: 2025-02-12T10:24:32.374Z (8 months ago)
- Language: Objective-C
- Size: 128 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RNDMobXExample
> Simple example for [React Native](https://github.com/facebook/react-native) / [MobX](https://github.com/mobxjs/mobx) app debug with [react-native-debugger](https://github.com/jhen0409/react-native-debugger) and [mobx-remotedev](https://github.com/zalmoxisus/mobx-remotedev)
[For Redux](https://github.com/jhen0409/react-native-debugger-redux-example)
## Installation
* See [Getting Started](https://facebook.github.io/react-native/docs/getting-started.html) to install requirement tools.
* Install [jhen0409/react-native-debugger](https://github.com/jhen0409/react-native-debugger/releases) (Make sure version is ^0.5.2)
* Install dependencies```bash
$ npm install -g react-native-cli
$ npm install
```## Development
#### Start local server
```bash
$ npm start
```#### iOS
Run command to open iOS simulator and run app:
```bash
$ react-native run-ios
```#### Android (5.0+)
Open Android emulator (recommented [Genymotion](https://www.genymotion.com)) and run command: (Or connect real device via USB)
```bash
$ react-native run-android
```## License
[MIT](LICENSE.md)