xcarpentier / react-native-country-picker-modal

🇦🇶 Country picker provides a modal allowing a user to select a country from a list. It display a flag next to each country name.
https://reactnative.gallery/xcarpentier/country-picker
MIT License
1.08k stars 801 forks source link

Jest tests error #454

Closed SikoraKam closed 2 years ago

SikoraKam commented 2 years ago

Issue Description

Error in tests with Jest. "react-native-localize: NativeModule.RNLocalize is null.". Its seems like this package uses react-native-localize. Even if react-native-localize has its own mock, the error stills exists if this package is present. Does anybody have a solution?

Steps to Reproduce / Code Snippets

Just run tests with Jest.

Expected Results

Provide default mock in package.

Additional Information

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.