mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 09:13:02 +08:00
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
/**
|
|
* eslint-env jest
|
|
*/
|
|
|
|
jest.mock('react-native-gesture-handler', () => ({
|
|
PanGestureHandler: 'PanGestureHandler',
|
|
}));
|
|
|
|
import React from 'react';
|