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

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

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)