-
Notifications
You must be signed in to change notification settings - Fork 35
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
Android - SDK 51 - 'getJSIModulePackage' overrides nothing #45
Comments
Same error on my app. |
I think this is related to this: react native release-0.74#other-breaking-changes |
Apologies guys, had no time to look into this yet. |
Thanks @alexandre1921 . But you don't have to manually adjust the To disable JSI you have to add: Will fix the documentation... |
Hi @killerchip, have you been able to find a solution for the higher versions? I'm having the same problem with version 51. Thanks |
@dasjn I believe WatermelonDB will first have to resolve Nozbe/WatermelonDB#1769 in order for this plugin to support v51+ with JSI support since 0.74 introduced a breaking change to remove getJSIModulePackage |
did anyone found solution for this ? |
getting this issue as well |
same issue |
I opened a PR: #50 However, I have minimal experience with native modules. I'm hoping someone with experience can hop in and take over |
Context
I have upgraded my application to Expo SDK 51, when I'm trying to build android, I have the following error :
I have also tried to set
"disableJSI": true
inside the configuration, but it throws the same error.Version
Reproduction
A reproduction is available here : https://github.com/maximedeoliveira/expo-watermelon-android
The text was updated successfully, but these errors were encountered: