remove outdated documentation
This commit is contained in:
parent
1c10067977
commit
954227c805
|
@ -180,13 +180,6 @@ To upgrade React Native to newer version please follow the official
|
||||||
[Upgrading](https://facebook.github.io/react-native/docs/upgrading.html) guide of React Native.
|
[Upgrading](https://facebook.github.io/react-native/docs/upgrading.html) guide of React Native.
|
||||||
Re-Natal makes no changes to the files generated by react-native so the official guide should be valid.
|
Re-Natal makes no changes to the files generated by react-native so the official guide should be valid.
|
||||||
|
|
||||||
## Problems with Android simulator
|
|
||||||
Using Figwheel with android simulator is not working out of the box yet.
|
|
||||||
Looks like the main reason for that is that requests to http://localhost:8081 fails because
|
|
||||||
"localhost" is simulators own loopback interface and not the one of the host machine.
|
|
||||||
According to [Emulator docs](http://developer.android.com/tools/devices/emulator.html#networkaddresses)
|
|
||||||
instead of "localhost" a special IP: 10.0.2.2 should be used.
|
|
||||||
|
|
||||||
## Tips
|
## Tips
|
||||||
- Having `rlwrap` installed is optional but highly recommended since it makes
|
- Having `rlwrap` installed is optional but highly recommended since it makes
|
||||||
the REPL a much nicer experience with arrow keys.
|
the REPL a much nicer experience with arrow keys.
|
||||||
|
|
Loading…
Reference in New Issue