From 85f52e5c2d3ee6ca95d8a1cca2a83b6fe1395215 Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 28 May 2017 21:50:47 +0200 Subject: [PATCH] bump RN version to 0.44.2 --- README.md | 2 +- re-natal.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea010ee..9788013 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o Contributions are very welcome. ## Status -- Uses [React Native] v0.44.0 +- Uses [React Native] v0.44.2 - Reusable codebase between 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 4e9922a..ef2823a 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -36,7 +36,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.44.0' +rnVersion = '0.44.2' rnWinVersion = '0.42.0' rnPackagerPort = 8081 process.title = 're-natal'