-
Notifications
You must be signed in to change notification settings - Fork 491
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 0.75 compatibility #2576
Comments
|
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
As a workaround, I managed to fix the issue by adding this patch: @shopify+react-native-skia+1.3.10.patch into the patches folder and apply it by using |
Great patch, works for me. What functionality is being lost in this workaround, is it defaulting something back to bridgefull while we wait for a fix? |
+1 |
Peeps, please refrain from spamming with |
+1 |
Haha all good @oblador 😊🙏 This is my first +1 spam thread so I'm definitely here for it ❤️ Looking into the Android build now 😇 |
@sakarzac000 you patch is correct 👍 I just need to add a flag for version below 0.75 |
🎉 This issue has been resolved in version 1.3.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was all @mbpictures work! |
oups 😅 gg @mbpictures |
Description
When using the latest version of React Native (0.75, released yesterday), compiling with this library for Android fails with:
If one fixes this Java error, 4 other C++ errors appear such as:
Didn't dig that deeply into it, but seems to be related to recent bridgeless changes, even though this happens in "bridgefull" mode as well.
Version
1.3.10
Steps to reproduce
Snack, code example, screenshot, or link to a repository
N/A
The text was updated successfully, but these errors were encountered: