Description
The environment section of the bug template says:
Run react-native info in your terminal and paste its contents here.
However, having a globally installed react-native package is not recommended anymore so this, generally, shouldn't work.
I would have just raised a PR suggesting a change like:
Run npx react-native@latest info in your terminal and paste its contents here.
But, due to the CLI version compatibility matrix, I wasn't sure if that was safe. It might need something like:
Run npm run react-native info (or whatever equivalent command is appropriate for your package manager) in your terminal and paste its contents here.