react-native-actions-sheet
react-native-actions-sheet copied to clipboard
ScrollView from react-native-actions-sheet causes Jest to detect open handles
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?