update instructions to react-native run-ios instead of opening xcode
This commit is contained in:
parent
dee11fe672
commit
31d53a09c7
|
@ -419,8 +419,8 @@ init = (interfaceName, projName) ->
|
||||||
log 'To get started with your new app, first cd into its directory:', 'yellow'
|
log 'To get started with your new app, first cd into its directory:', 'yellow'
|
||||||
log "cd #{projNameHyph}", 'inverse'
|
log "cd #{projNameHyph}", 'inverse'
|
||||||
log ''
|
log ''
|
||||||
log 'Open iOS app in xcode and run it:' , 'yellow'
|
log 'Run IOS app:' , 'yellow'
|
||||||
log 're-natal xcode', 'inverse'
|
log 'react-native run-ios > /dev/null', 'inverse'
|
||||||
log ''
|
log ''
|
||||||
log 'To use figwheel type:' , 'yellow'
|
log 'To use figwheel type:' , 'yellow'
|
||||||
log 're-natal use-figwheel', 'inverse'
|
log 're-natal use-figwheel', 'inverse'
|
||||||
|
|
Loading…
Reference in New Issue