Mock BaseButton

This commit is contained in:
Brent Vatne 2018-10-31 15:12:14 -07:00
parent 9b006bc8d3
commit 9317e6f120
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
jest.mock('react-native-gesture-handler', () => ({
PanGestureHandler: 'PanGestureHandler',
BaseButton: 'BaseButton',
}));
import React from 'react';