react-navigation-stack/jest-setup.js

10 lines
154 B
JavaScript
Raw Normal View History

2018-08-03 14:59:12 -07:00
/**
* eslint-env jest
*/
2018-10-12 11:23:17 -07:00
jest.mock('react-native-gesture-handler', () => ({
PanGestureHandler: 'PanGestureHandler',
}));
2018-08-03 14:59:12 -07:00
import React from 'react';