Skip to content

Commit

Permalink
update instructions to react-native run-ios instead of opening xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
drapanjanas committed Sep 11, 2016
1 parent dee11fe commit 31d53a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 31d53a0

Please sign in to comment.