v0.3.3
This commit is contained in:
parent
e23a68e443
commit
105ecaeef3
|
@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
|
|||
Contributions are welcome.
|
||||
|
||||
## State
|
||||
- Uses React Native v0.37
|
||||
- Uses React Native v0.39
|
||||
- Same codebase for iOS and Android
|
||||
- Figwheel used for REPL and live coding.
|
||||
- Works in iOS (real device and simulator).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "re-natal",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"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>",
|
||||
|
|
Loading…
Reference in New Issue