steffenabel
steffenabel
In my case I needed to test rendered content in the TabView (witch uses the PagerView). With this mock I was able to get it to work: ``` jest.mock("react-native-pager-view", ()...
Using `TouchableOpacity` from the `react-native-gesture-handler` package works for us. But beware if you are using absolute positioning then these Touchables don't work any more (the builtin Touchables from `react-native` work...
I'm experiencing the same issue with version 3.1.1 and the current RN version (0.69.1) when using a textinput with autofocus enabled. A downgrade to version 2.16.0 fixes the issue.
The solution provided by @dawidzawadzki works for us too, using react-navigation/stack 6.4.1. I had to apply the patch in Card.tsx.