bump ReactNative version to v0.18.0
This commit is contained in:
parent
1b7597850a
commit
0a79a4b888
|
@ -22,7 +22,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
|
|||
Contributions are welcome.
|
||||
|
||||
## State
|
||||
- Uses React Native v0.17.0
|
||||
- Uses React Native v0.18.0
|
||||
- Same codebase for iOS and Android
|
||||
- Figwheel used for REPL and live coding.
|
||||
- Works in iOS (tested using simulator).
|
||||
|
|
|
@ -23,7 +23,7 @@ projNameHyphRx = /\$PROJECT_NAME_HYPHENATED\$/g
|
|||
projNameUsRx = /\$PROJECT_NAME_UNDERSCORED\$/g
|
||||
platformRx = /\$PLATFORM\$/g
|
||||
devHostRx = /\$DEV_HOST\$/g
|
||||
rnVersion = '0.17.0'
|
||||
rnVersion = '0.18.0'
|
||||
rnPackagerPort = 8081
|
||||
podMinVersion = '0.38.2'
|
||||
process.title = 're-natal'
|
||||
|
|
Loading…
Reference in New Issue