Skip to content

Commit 06b0a1c

Browse files
committed
Do not export PureNativeButton
1 parent 746564b commit 06b0a1c

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/react-native-gesture-handler/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export {
8585
LegacyBaseButton,
8686
LegacyRectButton,
8787
LegacyBorderlessButton,
88-
LegacyPureNativeButton,
8988
} from './components/GestureButtons';
9089

9190
export type {

packages/react-native-gesture-handler/src/v3/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ export {
6363
BaseButton,
6464
RectButton,
6565
BorderlessButton,
66-
PureNativeButton,
6766
Pressable,
6867
ScrollView,
6968
Switch,

0 commit comments

Comments
 (0)