I’m following the official Expo information for Localization and I am attempting to put in the native module expo-localization.
I did it with:
npx expo set up expo-localization
I’ve additionally added it to my plugins within the app.config.js (it was prompt to me after the set up):
plugins: ["expo-localization", ... ]
Since it’s a native module, I reran the eas construct like so:
eas construct --profile improvement --platform ios
I see within the eas construct logs that it’s putting in this module.
I set up the app to my cellphone. I exploit the getLocales() operate in my code. I run the app and get
ERROR Error: Can't discover native module 'ExpoLocalization', js engine: hermes
each single time.
Thoughts you, I’ve all types of native modules put in already like expo-camera and scandit modules (third occasion). All of them work completely, all I needed to do is run the eas construct after together with them.
I solely have this drawback with ExpoLocalization