diff --git a/README.md b/README.md index efff5fc..0441e77 100644 --- a/README.md +++ b/README.md @@ -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.