stefalda / ReactNativeLocalization

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

Mocking Localization for Jest Testing #218

Open owenadley opened 2 years ago

owenadley commented 2 years ago

Can anybody help out with mocking this library for jest testing? Currently when I run a test that renders a component which uses localization, I am getting this error. There is no related testing documentation that I could find. Any help would be appreciated!

Screen Shot 2022-07-12 at 12 41 08 PM

stefalda commented 2 years ago

Hi, have you checked https://github.com/stefalda/ReactNativeLocalization/issues/72 and https://github.com/stefalda/ReactNativeLocalization/issues/37?

riddy6421 commented 1 year ago

I don't think this(the mock #72) works on the current react native version