ReactNativeLocalization: Something went wrong initialing the ReactLocalization module.
Hi, I created a React-Native project yesterday, and I just installed your library.
I ran the installation commands as specified:
npm install react-native-localization --save
react-native link
My application in the simulator now displays this error:

I killed the simulator, killed the terminal launched by react-native run-ios and reran `react-native run-ios`` but I still got the error.
Any help would be appreciated, thanks 😃
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (6 by maintainers)
You cannot use external library in expo.io project…
This is how I made it work with a create-react-native-app project:
npm run ejectrm -r node_modules)npm ireact-native linkreact-native run-ioshmm
will not get me to localization heaven…
This is iOS only error, but as i mentioned . the libReactNativeLocalization.a is not found on computer, therefore it can’t lead to success.
you probably have that on your device, therefore linking is successful?