Remove wrong statement from readme

Figwheel actually works on real Android device.
This commit is contained in:
Artur Girenko 2015-11-28 17:22:32 +01:00
parent c8bd743992
commit 1c748e565a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ are compiled with `optimizations :simple`.
Development in such mode is not fun because of slow compilation and long reload time.
Luckily, this can be improved by compiling with `optimizations :none` and using
figwheel (unfortunately not working in Android yet)
figwheel.
To start development in `optimizations :none` mode you have to start "Debug in Chrome"
in your React Native application.