From 0de4553c251571c68de955e3da1f6d500af7e385 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Wed, 23 Mar 2016 16:31:24 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7351b5..b2f6cd7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are welcome. ## State -- Uses React Native v0.22.0 +- Uses React Native v0.22 - Same codebase for iOS and Android - Figwheel used for REPL and live coding. - Works in iOS (real device and simulator). @@ -160,7 +160,7 @@ $ lein figwheel ios android Then start iOS app from xcode, and Android by executing `react-native run-android` #### Faster Figwheel hot reloading -Since version 0.22.0 React Native supports Hot Module Reload. But at least for now, this feature is useless +Since version 0.22 React Native supports Hot Module Reload. But at least for now, this feature is useless as Figwheel is doing that as good. It looks like Figwheel reloads are faster if Hot Moduler Reload is OFF.