Elliot Waddington

Results 2 comments of Elliot Waddington

Are there any plans to release the updated types for v3?

I'm also getting this error. I've mocked out the library as follows `jest.mock('react-native-tab-view', () => jest.requireActual('react-native-tab-view'));` package.json is as follows ``` "react-native-pager-view": "^5.4.0", "react-native-tab-view": "^3.1.1", "react-native-gesture-handler": "^1.10.3", "react-native-reanimated": "^2.2.0" ```