-
Notifications
You must be signed in to change notification settings - Fork 194
Open
Description
"react-native-raw-bottom-sheet": "^3.0.0",
"toastify-react-native": "^7.2.0",
import ToastManager, { Toast } from 'toastify-react-native'
<ToastManager
theme={themeType}
position={'top'}
showProgressBar
showCloseIcon
animationStyle='fade'
/>
<RBSheet
ref={refBottomSheet}
draggable
// dragOnContent
customStyles={{
container: {
height: currentHeight,
borderTopLeftRadius: 20,
borderTopRightRadius: 20,
backgroundColor: theme.colors.background,
},
}}
// đóng khi click ngoài
closeOnPressMask
// đóng khi click back
closeOnPressBack
customModalProps={{
animationType: 'slide',
statusBarTranslucent: true,
}}
customAvoidingViewProps={{
enabled: false,
}}>
--- content ---
</RBSheet>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels