remove outdated documentation

This commit is contained in:
Artur Girenko 2015-12-06 21:37:40 +01:00
parent 1c10067977
commit 954227c805
1 changed files with 0 additions and 7 deletions

View File

@ -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.
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
- Having `rlwrap` installed is optional but highly recommended since it makes
the REPL a much nicer experience with arrow keys.