Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add deeplinks to our documentation #1870

Merged
merged 2 commits into from
Mar 20, 2023

Commits on Mar 20, 2023

  1. 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
    blakef committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bde1e1f View commit details
    Browse the repository at this point in the history
  2. 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
    blakef committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f5477f2 View commit details
    Browse the repository at this point in the history