-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Remove ReactNativeVersionCheck from List of Disabled Files for Flow #9223
Comments
Results from us adding "-preview" in our release names. |
Edits needed to restore RNW: ReactNativeVersionCheck was already forked for win32. Needed to add a fork for windows. Decision here to be made if we want to add these changes to core. The reason why RNW breaks by this, but RN doesn't is because they have "null" as the value of prerelease in their ReactNativeVersion.js file, but we have a string value that matches the characters found after the first "-" in the RN version RNW is currently using. |
Summary: Current syntax options for RN version values break Windows. Following change to nightly build format to be 0.0.0-X-X-X, prerelease value is now a string (X-X-X). microsoft/react-native-windows#9223 ## Changelog [General] [Fixed] - Fix RN version syntax to match new nightly build structure. Pull Request resolved: #32892 Reviewed By: cortinico Differential Revision: D33712950 Pulled By: lunaleaps fbshipit-source-id: 9e47cae34930ee624a863c832430962354ebb5be
Done. |
Creating issue here to track source change during an integration from upstream. ReactNativeVersionCheck.js and ReactNativeVersionCheck.win32.js are throwing errors due to type mismatch for the prerelease parameter following recent change to react-native's prerelease version syntax.
The text was updated successfully, but these errors were encountered: