# 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
