Mock BaseButton
This commit is contained in:
parent
9b006bc8d3
commit
9317e6f120
|
@ -4,6 +4,7 @@
|
|||
|
||||
jest.mock('react-native-gesture-handler', () => ({
|
||||
PanGestureHandler: 'PanGestureHandler',
|
||||
BaseButton: 'BaseButton',
|
||||
}));
|
||||
|
||||
import React from 'react';
|
||||
|
|
Loading…
Reference in New Issue