Skip to content

Commit 2bf77bf

Browse files
committed
Mock Clickable
1 parent 72f2d3e commit 2bf77bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native-gesture-handler/src/mocks/GestureButtons.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export const RawButton = ({ enabled, children, ...rest }: any) => (
88
export const BaseButton = RawButton;
99
export const RectButton = RawButton;
1010
export const BorderlessButton = TouchableNativeFeedback;
11+
export const Clickable = RawButton;

0 commit comments

Comments
 (0)