diff --git a/README.md b/README.md index 4d8190c..ba23544 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are welcome. ## State -- Uses React Native v0.26 +- Uses React Native v0.27 - Same codebase for iOS and Android - Figwheel used for REPL and live coding. - Works in iOS (real device and simulator). diff --git a/re-natal.coffee b/re-natal.coffee index 7d20cc0..a32a84d 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -29,7 +29,7 @@ devHostRx = /\$DEV_HOST\$/g ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g serverRx = /http:\/\/[^:]+/g -rnVersion = '0.26.0' +rnVersion = '0.27.2' rnPackagerPort = 8081 process.title = 're-natal' interfaceConf =