diff --git a/README.md b/README.md index e2258a8..015acc1 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.47.1 +- Uses [React Native] v0.48.4 - 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 15ba9ce..50dcb2e 100644 --- a/re-natal.coffee +++ b/re-natal.coffee @@ -35,8 +35,8 @@ appDelegateRx = /http:\/\/[^:]+/g debugHostRx = /host]\s+\?:\s+@".*";/g namespaceRx = /\(ns\s+([A-Za-z0-9.-]+)/g jsRequireRx = /js\/require "(.+)"/g -rnVersion = '0.47.1' -rnWinVersion = '0.47.0-rc.5' +rnVersion = '0.48.4' +rnWinVersion = '0.48.0-rc.4' rnPackagerPort = 8081 process.title = 're-natal' buildProfiles =