Skip to content

Commit 18af65a

Browse files
authored
Do not export PureNativeButton (#3972)
## Description This PR removes `PureNativeButton` from public API. > [!NOTE] > Docs for this are already present in #3968 ## Test plan Check that it is not possible to import it from package.
1 parent 3c7c287 commit 18af65a

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)