bump RN version to 0.40.0

This commit is contained in:
Artur Girenko 2017-01-28 09:34:55 +01:00
parent 487d622f9f
commit b8b60dd2e2
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
Contributions are welcome.
## State
- Uses React Native v0.39
- Uses React Native v0.40
- Same codebase for iOS and Android
- Figwheel used for REPL and live coding.
- Works in iOS (real device and simulator).

View File

@ -30,7 +30,7 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
appDelegateRx = /http:\/\/[^:]+/g
debugHostRx = /host\s+=\s+@".*";/g
rnVersion = '0.39.0'
rnVersion = '0.40.0'
rnPackagerPort = 8081
process.title = 're-natal'
interfaceConf =