react-navigation-stack/jest-setup.js

10 lines
154 B
JavaScript
Raw Normal View History

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