Using expo-localization module on a react-native@55.4 project

Hey folks, so I currently I have a project that was created using react-native-cli, at the moment it does not use any of the expo api modules however I will like to tackle translations of my app on an easier fashion, but I’m at a loss, reading a bit more about expo-localization now. Is it possible to install this package and use it on the app, even though I’m not using the expo-sdk ?

or are there any other ways to handle translations on a react-native app? Thanks

Hey @intercoder,

You’ll have to follow these instructions to make your project compatible with Unimodules and then follow the localization module installation instructions to use the localization module.

Cheers,
Adam

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.