https://github.com/jhen0409/react-native-debugger-redux-example
https://github.com/jhen0409/react-native-debugger-redux-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhen0409/react-native-debugger-redux-example
- Owner: jhen0409
- Created: 2016-11-14T11:06:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T11:11:05.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T10:24:27.830Z (8 months ago)
- Language: Objective-C
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNDReduxExample
> Simple example for [React Native](https://github.com/facebook/react-native) / [Redux](https://github.com/reactjs/redux) app debug with [react-native-debugger](https://github.com/jhen0409/react-native-debugger) and [redux-devtools-extension](https://www.npmjs.com/package/redux-devtools-extension)
[For MobX](https://github.com/jhen0409/react-native-debugger-mobx-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)
* 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)