From b8b60dd2e285d48776009d908f38a4ee4f0cfac5 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sat, 28 Jan 2017 09:34:55 +0100 Subject: [PATCH] bump RN version to 0.40.0 --- README.md | 2 +- re-natal.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7142bdb..aa3d2fc 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.39 +- Uses React Native v0.40 - 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 62e5d42..4c5a197 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -30,7 +30,7 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g appDelegateRx = /http:\/\/[^:]+/g debugHostRx = /host\s+=\s+@".*";/g -rnVersion = '0.39.0' +rnVersion = '0.40.0' rnPackagerPort = 8081 process.title = 're-natal' interfaceConf =