-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Validate Environment Scripts #19694
Comments
@hramos I would love to solve this issue, but I had never worked with iOS. Can you please guide me what are essential things I should take care while writing one such script 😄 |
@hramos just following up on this: "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." Any examples of how you would like me to do this? Also apart from running the script locally, is there anything else I can do to validate that it works as you expect? Thanks. |
Re-opening, 1fb7a25 added a script to validate iOS but I still need to follow up to Harry's question. |
Is this issue closed? I would like to help out if possible. |
@hramos Hi, I would like to help about adding these scripts as part of the react-native CLI. Do you still think it is relevant to do this ? And is there someone already working on this issue ? |
The CLI has been moved out of the repo. Do you want to create a new issue in https://github.com/react-native-community/react-native-cli to discuss how this might be implemented in the new package? |
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:
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!
The text was updated successfully, but these errors were encountered: