mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-12 07:14:12 +00: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';
|