Closed
Description
For Discussion
Looking for contributors interested in making the React Native experience better for everyone. We currently have a script in the repo, scripts/validate-android-test-env.sh
, that will raise any issues with your local Android environment, such as a missing AVD configuration, or a lack of a proper Android SDK.
We do not have an equivalent for iOS development environments. A script could be used to:
- Validate the minimum required Xcode version is installed (people using Xcode 8 with a recent release may encounter cryptic build errors)
- Validate the correct Node version is installed (Node 10 is not fully supported at the time, Node 6 is no longer supported)
Furthermore, these scripts (iOS, Android) could be invoked as part of the react-native
CLI (if needed) in order to surface any issues as early as possible.
Please tag me in any PRs!