Skip to content

Conversation

@jmeistrich
Copy link
Contributor

Summary:

The semver check was failing for version numbers that don't fit semver, like for Xcode version 10.3.


const doesSoftwareNeedToBeFixed = ({version, versionRange}) =>
version === 'Not Found' || !semver.satisfies(version, versionRange);
version === 'Not Found' || !semver.satisfies(semver.coerce(version), versionRange);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs a yarn lint --fix run to fix Prettier

@thymikee thymikee merged commit 3d77e65 into react-native-community:master Sep 3, 2019
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.

2 participants