completion
This commit is contained in:
14
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-gesture-handler.js
vendored
Normal file
14
ioneapps-maagapp-ee31119a522d/__mocks__/react-native-gesture-handler.js
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* global jest: false */
|
||||
jest.mock('NativeModules', () => ({
|
||||
UIManager: {
|
||||
RCTView: () => {},
|
||||
},
|
||||
RNGestureHandlerModule: {
|
||||
attachGestureHandler: jest.fn(),
|
||||
createGestureHandler: jest.fn(),
|
||||
dropGestureHandler: jest.fn(),
|
||||
updateGestureHandler: jest.fn(),
|
||||
State: {},
|
||||
Directions: {},
|
||||
},
|
||||
}));
|
||||
Reference in New Issue
Block a user