stefalda / ReactNativeLocalization

Class to localize the ReactNative interface
MIT License
899 stars 124 forks source link

Not working with jest #112

Open arnsa opened 6 years ago

arnsa commented 6 years ago

I've tried all of the solutions from the comments from here: https://github.com/stefalda/ReactNativeLocalization/issues/37

And none of them worked for me. I am always getting the same message: "TypeError: Cannot read property 'X' of undefined"

taranda commented 6 years ago

I got it to work. See my comment in #37 .