-
-
Notifications
You must be signed in to change notification settings - Fork 896
Update for React Native 0.78+ Compatibility: Enforce Stricter Kotlin Checks & Migrate to setViewTreeLifecycleOwner API V2 #3855
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
Conversation
… potential crashes
…fecycle management
…s to improve error logging
…le for improved debugging
…leMap with logging for better debugging
…ceManager and removed unused code
update examples
So this works fine on an Expo SDK 53 project, but won't work on Expo SDK 52. I'm looking into making it more compatible across versions. To test you can add this to package.json
|
This was briefly working for me last night but since this morning it's failing again:
Any ideas? This is an Expo native app. o3 suggested (so don't blame me if it's way off) that Expo 53 bumps the tool-chain to React-Native 0.79 and Kotlin 2.0, whereas @rnmapbox/maps version 10.1.38 was built for Kotlin 1.9 and older. This branch fixes rnmapbox for Kotlin 2.0? |
Description
To test you can add this to package.json
See: #3844
Closes: #3844