ReactNativeLocalization
ReactNativeLocalization copied to clipboard
console.error: "something went wrong initializing the native reactnativelocalization module. please check your configuration. did you run 'react-native link'?"
did you find the solution?
Same problem, we need a solution to this.
Hi, I've tested the library with latest version of RN and everything works.
Be sure to use this code from the terminal:
#react-native >= 0.60
cd ios && pod install && cd ..
I found the problem, there is a linking problem opening the project, you must link the binary file called libReactNativeLocalization.a in the Build Phrases -> Link Binary With Libraries of your project manually and you must run the react-native link command too.
That solve my problem with ReactNativeLocalization, same problem I had with another library so I did something similar and now it is working ok.
same issue.... i am facing.... searching solution..?
I am getting this issue on Android, can't seem to fix it at all.
Same issue
I found the problem, there is a linking problem opening the project, you must link the binary file called libReactNativeLocalization.a in the Build Phrases -> Link Binary With Libraries of your project manually and you must run the react-native link command too.
That solve my problem with ReactNativeLocalization, same problem I had with another library so I did something similar and now it is working ok.
But in RN 0.60 this linking should be using Cocoa pods and not manual linking. @stefalda
I found the problem, there is a linking problem opening the project, you must link the binary file called libReactNativeLocalization.a in the Build Phrases -> Link Binary With Libraries of your project manually and you must run the react-native link command too.
That solve my problem with ReactNativeLocalization, same problem I had with another library so I did something similar and now it is working ok.
I also can not run with a method like this
I am facing the same issue in Android
I'm facing the same issue in Android as well.
When I change to another project if I forgot or didn't close Metro Bundler this error always appear to me.
Another solution is add this line in your podfile
pod 'ReactNativeLocalization', :path => '../node_modules/react-native-localization'
and run
cd ios/ && pod install
same issue
@NeerajSingh123 have you found a solution?
same issue, on android 13