From ce42e1bbd1923531e13da77f0beba3ff035b19ef Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Sun, 12 Nov 2017 12:26:13 +0100 Subject: [PATCH] use react-native 0.50.3 --- README.md | 2 +- re-natal.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c137422..b103c36 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.49.3 +- Uses [React Native] v0.50.3 - 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 033bba9..250cfcc 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -34,8 +34,8 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i debugHostRx = /host]\s+\?:\s+@".*";/g namespaceRx = /\(ns\s+([A-Za-z0-9.-]+)/g jsRequireRx = /js\/require "(.+)"/g -rnVersion = '0.49.3' -rnWinVersion = '0.49.0-rc.2' +rnVersion = '0.50.3' +rnWinVersion = '0.50.0-rc.2' rnPackagerPort = 8081 process.title = 're-natal' buildProfiles =