mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-01-12 15:24:20 +00:00
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…
x
Reference in New Issue
Block a user