facebook / react-native-website

The React Native website and docs
https://reactnative.dev
MIT License
1.91k stars 4.34k forks source link

Remove mention of deprecated Expo "upgrade" command #4059

Closed sebastiancarlos closed 2 months ago

sebastiancarlos commented 3 months ago

Description

At Upgrading React Native > Expo Projects, the sentence "Expo provides an upgrade command to handle upgrading these and any other known dependencies for you." is wrong. This info is outdated actually, The upgrade command belongs to the deprecated Global Expo CLI (source). The current method is seen in the linked expo documentation on the next sentence.

I suggest removing the incorrect sentence, and letting the user navigate to Expo's documentation to get the recommended method.

Documentation version

next, and probably earlier.