Skip to content

Commit d58f581

Browse files
authored
fix: PureNativeButton is not exported (#2447)
## Description `PureNativeButton` is not exported, and it should be as written in the doc. https://docs.swmansion.com/react-native-gesture-handler/docs/api/components/buttons/#purenativebutton
1 parent 5a0cbef commit d58f581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export {
9292
BaseButton,
9393
RectButton,
9494
BorderlessButton,
95+
PureNativeButton,
9596
} from './components/GestureButtons';
9697
export {
9798
TouchableHighlight,

0 commit comments

Comments
 (0)