use React Native v0.16.0

This commit is contained in:
Artur Girenko 2015-12-07 21:52:06 +01:00
parent 9037f0b455
commit 91eb41e043
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ setting up a React Native app running on ClojureScript with Reagent an re-frame.
Generated project works in iOS and Android devices. Generated project works in iOS and Android devices.
## State ## State
- Uses React Native v0.16.0
- Same codebase for iOS and Android - Same codebase for iOS and Android
- Figwheel used for REPL and live coding. - Figwheel used for REPL and live coding.
- Works in iOS (tested using simulator). - Works in iOS (tested using simulator).
@ -27,7 +28,7 @@ Generated project works in iOS and Android devices.
- You can reload app any time, no problem. - You can reload app any time, no problem.
- "Debug in Chrome" is not required anymore. - "Debug in Chrome" is not required anymore.
- Optimizations :simple is used to compile "production" index.ios.js and index.android.js - 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) works - [Unified way of using static images of rn 0.14+](https://facebook.github.io/react-native/docs/images.html) works
## Usage ## Usage