-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support Expo SDK 52 #45
Comments
i have this issue too, the curious thing is that it only occurs during compile time, in expo go it works normally. my target is SDK 34 and the minimum is 24. I'm running open JDK and JRE 17, Android SDK with plaform and build-tools 35 and NDK 26. Both local and cloud builds fail. |
+1. Simply trying to do migrations on startup fails with error
|
I've tried everything and mine always gives the same error. Even starting a project from scratch I can't get the lib to work |
Tell me if the transition to version 0.76 of React Native will be implemented? If so, what is the approximate time frame? |
I can confirm that it still fails. Sadly a dealbreaker for my project since I need to use RN 0.76. Does anyone know about some insights, how much effort it would be to make them compatible? |
I'm not entirely certain what is going on here, but noting it here in case it's not just me. SDK 52 was released today, and after upgrading from 51 to 52 my app will no longer build on EAS.
I wonder if it is a change related to bundling in SDK 52, or perhaps some hook/event isn't firing when it previously did.
The text was updated successfully, but these errors were encountered: