update instructions to react-native run-ios instead of opening xcode

This commit is contained in:
Artur Girenko 2016-09-11 14:15:49 +02:00
parent dee11fe672
commit 31d53a09c7
1 changed files with 2 additions and 2 deletions

View File

@ -419,8 +419,8 @@ init = (interfaceName, projName) ->
log 'To get started with your new app, first cd into its directory:', 'yellow'
log "cd #{projNameHyph}", 'inverse'
log ''
log 'Open iOS app in xcode and run it:' , 'yellow'
log 're-natal xcode', 'inverse'
log 'Run IOS app:' , 'yellow'
log 'react-native run-ios > /dev/null', 'inverse'
log ''
log 'To use figwheel type:' , 'yellow'
log 're-natal use-figwheel', 'inverse'