Closed
Description
Describe the Feature
The link to https://reactnative.dev/docs/next/environment-setup in runBundleInstall.ts
should
- be to the versioned docs for the version of RN I'm using,
- open the "React Native CLI Quickstart" tab automatically,
- pre-fill the correct environment information (e.g. choose iOS because the error relates to a Ruby issue, and macOS since I'm on macOS).
If I open the link as given and search for "Ruby" on the page, there are no hits because the "Expo Go Quickstart" tab is opened instead.
Possible Implementations
This would require some changes to the docs since there doesn't seem to be a way to deeplink to specific tabs within the setup page.