bump RN vesrion to 0.34.0
This commit is contained in:
parent
82b81e4599
commit
c51630e570
|
@ -30,7 +30,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.33.0'
|
rnVersion = '0.34.0'
|
||||||
rnPackagerPort = 8081
|
rnPackagerPort = 8081
|
||||||
process.title = 're-natal'
|
process.title = 're-natal'
|
||||||
interfaceConf =
|
interfaceConf =
|
||||||
|
|
Loading…
Reference in New Issue