Skip to content

Commit

Permalink
use React Native v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Dec 7, 2015
1 parent 9037f0b commit 91eb41e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## State
- Uses React Native v0.16.0
- Same codebase for iOS and Android
- Figwheel used for REPL and live coding.
- Works in iOS (tested using simulator).
Expand All @@ -27,7 +28,7 @@ Generated project works in iOS and Android devices.
- You can reload app any time, no problem.
- "Debug in Chrome" is not required anymore.
- 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

Expand Down

0 comments on commit 91eb41e

Please sign in to comment.