Skip to content

Commit

Permalink
add a hint in output of re-natal upgrade command that it does not upg…
Browse files Browse the repository at this point in the history
…rade RN version in project
  • Loading branch information
drapanjanas committed Jun 10, 2016
1 parent 9ffcd60 commit 863bd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions re-natal.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ doUpgrade = (config) ->

copyFigwheelBridge(projNameUs)
log 'upgraded figwheel-bridge.js'
log('To upgrade React Native version please follow the official guide in https://facebook.github.io/react-native/docs/upgrading.html', 'yellow')

useComponent = (name) ->
log "Component '#{name}' is now configured for figwheel, please re-run 'use-figwheel' command to take effect"
Expand Down

0 comments on commit 863bd1f

Please sign in to comment.