mirror of
https://github.com/status-im/re-natal.git
synced 2025-02-27 11:40:28 +00:00
add a hint in output of re-natal upgrade command that it does not upgrade RN version in project
This commit is contained in:
parent
9ffcd60d94
commit
863bd1f281
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user