react-native-btr
Version:
React Native UI Components
13 lines (9 loc) • 378 B
Markdown
# BottomSheet
BottomSheet is a modal which opens from the bottom of the screen. Typically used to display more actions.
[Example](https://github.com/ThakurBallary/react-native-btr-demo/tree/main/src/Components/BottomSheet.tsx)
### Props
Key | Type | Default
----|----|----
visible | bool | false
onBackButtonPress | function | ()=>null
onBackdropPress | function | ()=>null