rror: Cannot find native module 'ExpoLocalization', js engine: hermes in Expo React Native app
I am trying to implement localization for Expo React Native app. My i18n.js file looks like this: import { getLocales } from 'expo-localization'; import { I18n } from 'i18n-js'; // Set the key-value pairs for the different languages you want…