mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
chore: configure bob and metro
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/**
|
||||
* eslint-env jest
|
||||
*/
|
||||
/* eslint-env jest */
|
||||
|
||||
jest.mock('react-native-gesture-handler', () => ({
|
||||
PanGestureHandler: 'PanGestureHandler',
|
||||
BaseButton: 'BaseButton',
|
||||
}));
|
||||
|
||||
import React from 'react';
|
||||
|
||||
Reference in New Issue
Block a user