bump RN version to 0.19.0
This commit is contained in:
parent
302d464fa7
commit
dc3105a977
|
@ -25,7 +25,7 @@ projNameUsRx = /\$PROJECT_NAME_UNDERSCORED\$/g
|
||||||
platformRx = /\$PLATFORM\$/g
|
platformRx = /\$PLATFORM\$/g
|
||||||
devHostRx = /\$DEV_HOST\$/g
|
devHostRx = /\$DEV_HOST\$/g
|
||||||
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
figwheelUrlRx = /ws:\/\/[0-9a-zA-Z\.]*:/g
|
||||||
rnVersion = '0.18.1'
|
rnVersion = '0.19.0'
|
||||||
rnPackagerPort = 8081
|
rnPackagerPort = 8081
|
||||||
process.title = 're-natal'
|
process.title = 're-natal'
|
||||||
sampleCommand = '(dispatch [:set-greeting "Hello Native World!"])'
|
sampleCommand = '(dispatch [:set-greeting "Hello Native World!"])'
|
||||||
|
|
Loading…
Reference in New Issue