We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f2d3e commit 2bf77bfCopy full SHA for 2bf77bf
1 file changed
packages/react-native-gesture-handler/src/mocks/GestureButtons.tsx
@@ -8,3 +8,4 @@ export const RawButton = ({ enabled, children, ...rest }: any) => (
8
export const BaseButton = RawButton;
9
export const RectButton = RawButton;
10
export const BorderlessButton = TouchableNativeFeedback;
11
+export const Clickable = RawButton;
0 commit comments