You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add deeplinks to our documentation
These changes will only start to work once our documentation is updated
to support this feature:
- facebook/react-native-website#3618
- facebook/react-native-website#3619
- facebook/react-native-website#3620
* refactor: decouple our version checks
There was a single version check that would log an available stable
version of React Native that was greater than the current version in a
project.
The change breaks that up into:
- what is the current version
- what is the next stable upgrade if available
- log any stable upgrade if available
0 commit comments