mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-15 07:04:23 +00:00
bump RN version to 0.25.0
This commit is contained in:
parent
de16fba277
commit
5cf02cc758
@ -24,7 +24,7 @@ For more ClojureScript React Native resources visit [cljsrn.org](http://cljsrn.o
|
|||||||
Contributions are welcome.
|
Contributions are welcome.
|
||||||
|
|
||||||
## State
|
## State
|
||||||
- Uses React Native v0.24
|
- Uses React Native v0.25
|
||||||
- Same codebase for iOS and Android
|
- Same codebase for 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).
|
||||||
@ -349,4 +349,3 @@ tools.
|
|||||||
- [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
- [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
||||||
- [Xcode](https://developer.apple.com/xcode) (+ Command Line Tools) `>=6.3` (optional for Android)
|
- [Xcode](https://developer.apple.com/xcode) (+ Command Line Tools) `>=6.3` (optional for Android)
|
||||||
- [OS X](http://www.apple.com/osx) `>=10.10`
|
- [OS X](http://www.apple.com/osx) `>=10.10`
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ devHostRx = /\$DEV_HOST\$/g
|
|||||||
ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
|
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
|
||||||
serverRx = /http:\/\/[^:]+/g
|
serverRx = /http:\/\/[^:]+/g
|
||||||
rnVersion = '0.24.1'
|
rnVersion = '0.25.0'
|
||||||
rnPackagerPort = 8081
|
rnPackagerPort = 8081
|
||||||
process.title = 're-natal'
|
process.title = 're-natal'
|
||||||
interfaceConf =
|
interfaceConf =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user