react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

ScrollView from react-native-actions-sheet causes Jest to detect open handles

Open jordanwegener opened this issue 1 year ago • 0 comments

Hi all,

I've written tests for a component which uses the ScrollView from this library. I was struggling to diagnose an open handle and eventually narrowed it down to the ScrollView. Mocking the library and returning a react-native ScrollView instead fixes the issue.

Anyone know why or how to fix this?

jordanwegener avatar Apr 09 '24 02:04 jordanwegener