add a hint in output of re-natal upgrade command that it does not upgrade RN version in project

This commit is contained in:
Artur Girenko 2016-06-10 22:26:26 +02:00
parent 9ffcd60d94
commit 863bd1f281
1 changed files with 1 additions and 0 deletions

View File

@ -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"