update README
This commit is contained in:
parent
147236c393
commit
922d1d60e1
|
@ -27,8 +27,8 @@ Contributions are welcome.
|
|||
- Figwheel used for REPL and live coding.
|
||||
- Works in iOS (real device and simulator).
|
||||
- Works in real Android device
|
||||
- Works in Android simulator Genymotion (with re-natal use-figwheel -H 10.0.3.2)
|
||||
- Works in stock Android emulator (with re-natal use-figwheel -H 10.0.2.2)
|
||||
- Works in Android simulator Genymotion (with re-natal use-android-device genymotion)
|
||||
- Works in stock Android emulator (with re-natal use-android-device avd)
|
||||
- Figwheel REPL can be started within nREPL
|
||||
- Simultaneous development of iOS and Android apps is supported
|
||||
- You can reload app any time, no problem.
|
||||
|
@ -281,6 +281,9 @@ the react native packager to serve \*.map files from file system and generate on
|
|||
To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L400)
|
||||
of file "node_modules/react-native/packager/react-packager/src/Server/index.js" is modified to match only index.\*.map
|
||||
|
||||
## Example Apps
|
||||
* [Luno](https://github.com/alwx/luno-react-native) is a demo mobile application written in ClojureScript.
|
||||
|
||||
## Tips
|
||||
- Having `rlwrap` installed is optional but highly recommended since it makes
|
||||
the REPL a much nicer experience with arrow keys.
|
||||
|
|
Loading…
Reference in New Issue