https://github.com/itinance/debuggable-rnrf-example
A debuggable version of the official react-native-router-flux example
https://github.com/itinance/debuggable-rnrf-example
Last synced: about 1 year ago
JSON representation
A debuggable version of the official react-native-router-flux example
- Host: GitHub
- URL: https://github.com/itinance/debuggable-rnrf-example
- Owner: itinance
- Created: 2017-07-19T19:37:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-19T19:38:01.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T06:16:09.012Z (over 1 year ago)
- Language: JavaScript
- Size: 453 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example App
Normally, after a code change to react-native-router-flux src files,
you must remove the node_modules/react-native-router-flux directory
and npm install. The react-native packager wont follow symlinks.
To assist development, this command watches and rsyncs changes:
```
npm run sync-rnrf
```
Leave a terminal open running this command when running the Example
app and making react-native-router-flux src changes.