Skip to content

Commit 7094b20

Browse files
authored
Merge pull request #173 from drapanjanas/rn-53
Use React Native 0.53.0
2 parents 0cb2349 + f6e524b commit 7094b20

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
1919
Contributions are very welcome.
2020

2121
## Status
22-
- Uses [React Native] v0.52.0
22+
- Uses [React Native] v0.53.0
2323
- Reusable codebase between iOS and Android
2424
- Figwheel used for REPL and live coding
2525
- Works in iOS (real device and simulator)

re-natal.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
3434
debugHostRx = /host]\s+\?:\s+@".*";/g
3535
namespaceRx = /\(ns\s+([A-Za-z0-9.-]+)/g
3636
jsRequireRx = /js\/require "(.+)"/g
37-
rnVersion = '0.52.0'
38-
rnWinVersion = '0.52.0-rc.0'
37+
rnVersion = '0.53.0'
38+
rnWinVersion = '0.53.0-rc.1'
3939
rnPackagerPort = 8081
4040
process.title = 're-natal'
4141
buildProfiles =

0 commit comments

Comments
 (0)