bump RN version to 0.19.0

This commit is contained in:
Artur Girenko 2016-01-31 12:16:16 +01:00
parent 302d464fa7
commit dc3105a977
1 changed files with 1 additions and 1 deletions

View File

@ -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!"])'