import 'react-native-gesture-handler/jestSetup' jest.mock('react-native-reanimated', () => { const Reanimated = require('react-native-reanimated/mock') Reanimated.default.call = () => {} return Reanimated }) jest.mock('@expo/vector-icons', () => ({ Ionicons: 'Ionicons', }))