-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Expo SDK 52 Development build does not work on Android #781
Comments
Guten Tag, Hans here! It looks like you're having trouble with the MMKV instance on Android. 😅 You provided quite a lot of info, but I think it would be helpful to check if the native module is properly linked and if some steps were missed when enabling TurboModules. Please ensure you run If you continue to have issues, please provide logs from
|
same here, @mrousavy please, could you have a look |
Funny enough it works on an emulator just fine 🤷 |
Ok I did more digging around and I reckon this is not an issue with this lib but with Expo itself (@sebbalex @mrousavy).
This will fail every time with the error above, no exceptions! To make it work:
This MAY fail with the same error the forst time you do it, but any subsequent attempts will start the app alright. |
Duplicate of #776. Yes, this is not caused by react-native-mmkv - please stop pinging me |
@mrousavy both tickets are closed but there is no solution. You can at least let people discuss and find solutions, right? |
I have latest Expo development build with
"newArchEnabled": true
.react-native-mmkv 3.1.0
react-native 0.76.2
Code:
Works on iOS development build alright. But on Android:
Output of
react-native config
:Some gradlew logs:
Android model/version: OnePlus 5, Android 10.
Gradle 8.10.2
Any idea what might be going wrong?
The text was updated successfully, but these errors were encountered: