UNPKG

react-native-btr

Version:
13 lines (9 loc) 378 B
# 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