Results 4 comments of Martin Anders

I extended the example with the public class methods and now it is working: ```ts jest.mock("react-native-pager-view", () => { const React = require("react"); const View = require("react-native").View; return class ViewPager...

I just discovered the same problem. It seems that the `delete` animation is not working anymore in the latests versions (75 and 74) in IOS. [Here is a expo-snack](https://snack.expo.dev/@madzapp/layoutanimation) where...

@coado I forget to mention that my snack it is not working on IOS. On android the example works fine. `collapsable` prop is only available for android and does not...

I had the same error and it was caused by an old bundle on the simulator. Ensure that you are really re-building. - yarn install - yarn prebuild - uninstall...