bump RN version to 0.43.4

This commit is contained in:
Artur Girenko 2017-04-29 21:20:35 +02:00
parent e3c7166993
commit 309feb8edf
1 changed files with 1 additions and 1 deletions

View File

@ -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.42.0' rnVersion = '0.43.4'
rnPackagerPort = 8081 rnPackagerPort = 8081
process.title = 're-natal' process.title = 're-natal'
interfaceConf = interfaceConf =