GeorgeHop / react-native-country-codes-picker

⚡ ⚡ ⚡This lib. provide multi lang. country picker with search functionality. Fully crossplatform and supported on React-native and expo. Didn't find your country ? Just add the required countries or locales and make a PR.⚡ ⚡ ⚡
https://github.com/GeorgeHop/react-native-country-codes-picker
MIT License
150 stars 80 forks source link

Unit Testing onBackdropPress #86

Open gabi-popoola opened 7 months ago

gabi-popoola commented 7 months ago

Hey, I'd like to test the closing of the modal on press to the backdrop (onBackdropPress={() => setShow(false)}) Would it be possible to add a way to test this using jest/react native testing library?