use react native 0.13.0

This commit is contained in:
Dan Motzenbecker 2015-10-23 21:54:54 -04:00
parent e7a1776062
commit 98f807ca26

View File

@ -20,7 +20,7 @@ camelRx = /([a-z])([A-Z])/g
projNameRx = /\$PROJECT_NAME\$/g
projNameHyphRx = /\$PROJECT_NAME_HYPHENATED\$/g
projNameUnderRx = /\$PROJECT_NAME_UNDERSCORED\$/g
rnVersion = '0.13.0-rc'
rnVersion = '0.13.0'
rnPackagerPort = 8081
podMinVersion = '0.38.2'
process.title = 'natal'