react-native-country-codes-picker icon indicating copy to clipboard operation
react-native-country-codes-picker copied to clipboard

Unit Testing onBackdropPress

Open gabi-popoola opened this issue 2 months ago • 0 comments

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?

gabi-popoola avatar Apr 23 '24 08:04 gabi-popoola