We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35d03e commit 725a7ffCopy full SHA for 725a7ff
README.md
@@ -19,7 +19,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
19
Contributions are very welcome.
20
21
## Status
22
-- Uses [React Native] v0.55.4
+- Uses [React Native] v0.57.7
23
- Reusable codebase between iOS and Android
24
- Figwheel used for REPL and live coding
25
- Works in iOS (real device and simulator)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "re-natal",
3
- "version": "0.9.0",
+ "version": "0.10.0",
4
"description": "Bootstrap ClojureScript React Native apps with reagent, re-frame and om next for iOS and Android",
5
"main": "index.js",
6
"author": "Artur Girenko <a.girenko@gmail.com>",
0 commit comments