bump RN version to 0.44.0
This commit is contained in:
parent
e00fdbaaff
commit
3e0620cd5a
|
@ -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.43.4'
|
rnVersion = '0.44.0'
|
||||||
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