Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.08 KB

File metadata and controls

44 lines (28 loc) · 1.08 KB

RNDMobXExample

Simple example for React Native / MobX app debug with react-native-debugger and mobx-remotedev

For Redux

Installation

$ npm install -g react-native-cli
$ npm install

Development

Start local server

$ npm start

iOS

Run command to open iOS simulator and run app:

$ react-native run-ios

Android (5.0+)

Open Android emulator (recommented Genymotion) and run command: (Or connect real device via USB)

$ react-native run-android

License

MIT