bump RN version to 0.24.1
This commit is contained in:
parent
ea9500db73
commit
14554b60f3
|
@ -23,7 +23,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
|
|||
Contributions are welcome.
|
||||
|
||||
## State
|
||||
- Uses React Native v0.23
|
||||
- Uses React Native v0.24
|
||||
- Same codebase for iOS and Android
|
||||
- Figwheel used for REPL and live coding.
|
||||
- Works in iOS (real device and simulator).
|
||||
|
|
|
@ -29,7 +29,7 @@ devHostRx = /\$DEV_HOST\$/g
|
|||
ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
|
||||
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
||||
serverRx = /http:\/\/[^:]+/g
|
||||
rnVersion = '0.23.1'
|
||||
rnVersion = '0.24.1'
|
||||
rnPackagerPort = 8081
|
||||
process.title = 're-natal'
|
||||
interfaceConf =
|
||||
|
|
Loading…
Reference in New Issue