From f6e524be57afca1e48d4a236ebcffc7866e1900f Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Mon, 5 Mar 2018 20:39:58 +0100 Subject: [PATCH] use React Native 0.53.0 --- README.md | 2 +- re-natal.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4fd666..2cb47c2 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.52.0 +- Uses [React Native] v0.53.0 - 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 b6df256..bd3c616 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.52.0' -rnWinVersion = '0.52.0-rc.0' +rnVersion = '0.53.0' +rnWinVersion = '0.53.0-rc.1' rnPackagerPort = 8081 process.title = 're-natal' buildProfiles =