bump RN version to 0.21.0
This commit is contained in:
parent
14e5fa2bb8
commit
0bab28a1d2
|
@ -29,7 +29,7 @@ devHostRx = /\$DEV_HOST\$/g
|
|||
ipAddressRx = /^(?:[0-9]{1,3}\.){3}[0-9]{1,3}$/i
|
||||
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
||||
appDelegateRx = /http:\/\/[^:]+/g
|
||||
rnVersion = '0.20.0'
|
||||
rnVersion = '0.21.0'
|
||||
rnPackagerPort = 8081
|
||||
process.title = 're-natal'
|
||||
interfaceConf =
|
||||
|
|
Loading…
Reference in New Issue