Mohamed LAAGUILI
Mohamed LAAGUILI
Failed to create a new MMKV instance: The native MMKV Module could not be found. * Make sure react-native-mmkv is correctly autolinked It's also telling me I have new Architecture...
I’m encountering this error when reloading an Expo Prebuild React Native 20.0.2 app that uses [email protected]. Even though the New Architecture is explicitly enabled in my project, MMKV initialization fails...
### Build/Submit details page URL https://expo.dev/accounts/mohamed-laaguili/projects/time-tracker/builds/8a635606-c2a3-4093-bef6-48e9ad3c7df9 ### Summary # app.config.ts ``` import type { ConfigContext, ExpoConfig } from '@expo/config'; import type { AppIconBadgeConfig } from 'app-icon-badge/types'; import { ClientEnv, Env...