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

react-native-webview will crash on older Windows versions #1856

Closed
asklar opened this issue Feb 1, 2021 · 1 comment · Fixed by #1858
Closed

react-native-webview will crash on older Windows versions #1856

asklar opened this issue Feb 1, 2021 · 1 comment · Fixed by #1858

Comments

@asklar
Copy link
Collaborator

asklar commented Feb 1, 2021

The PR #1617 introduced an API call to FrameworkElement.IsLoaded which is only supported on 17763 (1803) and up, so this module will crash on Windows 16299 (1709) and below.
The fix is to not call the API if we are running in an older OS version.

@react-native-community-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 11.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants