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 746564b commit 06b0a1cCopy full SHA for 06b0a1c
2 files changed
packages/react-native-gesture-handler/src/index.ts
@@ -85,7 +85,6 @@ export {
85
LegacyBaseButton,
86
LegacyRectButton,
87
LegacyBorderlessButton,
88
- LegacyPureNativeButton,
89
} from './components/GestureButtons';
90
91
export type {
packages/react-native-gesture-handler/src/v3/index.ts
@@ -63,7 +63,6 @@ export {
63
BaseButton,
64
RectButton,
65
BorderlessButton,
66
- PureNativeButton,
67
Pressable,
68
ScrollView,
69
Switch,
0 commit comments