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

[bare-expo] Gracefully handle new RN versions when setting up RN project #8468

Merged
merged 1 commit into from
May 25, 2020

Conversation

sjchmiela
Copy link
Contributor

Why

While upgrading React Native I noticed that the script thinks that proper version of RN is built (while it was not). It was due to too loose if checking if there is any version of RN built, not the one we need.

How

Devised a magic command extracting expected version of RN and fixed the if.

Test Plan

On RN 0.62 branch running the script built new version of React Native once.

@github-actions
Copy link
Contributor

Native Component List for this branch is ready

@sjchmiela sjchmiela merged commit 996ca81 into master May 25, 2020
@sjchmiela sjchmiela deleted the @sjchmiela/fix-setup-android-project branch May 25, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants