This commit is contained in:
Artur Girenko 2016-02-01 20:07:13 +01:00
parent ab7f00031d
commit edbca5dbb6
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ Contributions are welcome.
- Source maps are available when you "Debug in Chrome"
- 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
- Works on Linux (Android only)
- Works on Linux and Windows (Android only)
## Usage

View File

@ -1,6 +1,6 @@
{
"name": "re-natal",
"version": "0.2.21",
"version": "0.2.22",
"description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android",
"main": "index.js",
"author": "Artur Girenko <a.girenko@gmail.com>",