Update readme about problem with static images

RN 0.14 provides unified way of accessing static images, but it does not work unless all code is statically accessible (when compiled with optimizations :simple)
This commit is contained in:
Artur Girenko 2015-11-28 11:13:53 +01:00
parent dae0ffb356
commit ce5e22cd6b
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ Generated project works in iOS and Android devices.
- For Android figwheel does not work yet, but auto-compile and reload works fast
- Figwheel is only working in "Debug in Chrome" mode
- You can reload app any time, no problem.
- Compiler with optimizations :simple is
- Optimizations :simple is used to compile "production" index.ios.js and index.android.js
- [Unified way of using static images of rn 0.14](https://facebook.github.io/react-native/docs/images.html) work ONLY with prod-build...
## Usage