Skip to content

Commit

Permalink
use React Native 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Mar 5, 2018
1 parent 0cb2349 commit f6e524b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f6e524b

Please sign in to comment.