bump RN version to 0.44.2
This commit is contained in:
parent
b16902c927
commit
85f52e5c2d
|
@ -19,7 +19,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
|
||||||
Contributions are very welcome.
|
Contributions are very welcome.
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
- Uses [React Native] v0.44.0
|
- Uses [React Native] v0.44.2
|
||||||
- Reusable codebase between iOS and Android
|
- Reusable codebase between iOS and Android
|
||||||
- Figwheel used for REPL and live coding
|
- Figwheel used for REPL and live coding
|
||||||
- Works in iOS (real device and simulator)
|
- Works in iOS (real device and simulator)
|
||||||
|
|
|
@ -36,7 +36,7 @@ ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
|
||||||
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
||||||
appDelegateRx = /http:\/\/[^:]+/g
|
appDelegateRx = /http:\/\/[^:]+/g
|
||||||
debugHostRx = /host\s+=\s+@".*";/g
|
debugHostRx = /host\s+=\s+@".*";/g
|
||||||
rnVersion = '0.44.0'
|
rnVersion = '0.44.2'
|
||||||
rnWinVersion = '0.42.0'
|
rnWinVersion = '0.42.0'
|
||||||
rnPackagerPort = 8081
|
rnPackagerPort = 8081
|
||||||
process.title = 're-natal'
|
process.title = 're-natal'
|
||||||
|
|
Loading…
Reference in New Issue