react-navigation-stack/jest-setup.js

11 lines
182 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-10-31 15:12:14 -07:00
BaseButton: 'BaseButton',
2018-10-12 11:23:17 -07:00
}));
2018-08-03 14:59:12 -07:00
import React from 'react';