Closed furqan-hassan110 closed 8 months ago
<RBSheet ref={(ref: any) => { RBSheetRef.current = ref; }} animationType={'fade'} height={350} closeOnDragDown={true} closeOnPressMask={true} customStyles={{ wrapper: { backgroundColor: 'transparent', }, draggableIcon: { backgroundColor: Colors.buttonlogin, }, container: { borderTopLeftRadius: 10, borderTopRightRadius: 10, }, }}
A quick hack draggableIcon: { display: 'none' },
customStyles={{ draggableIcon: { width:0, height:0, margin:0, }, }}
<RBSheet ref={(ref: any) => { RBSheetRef.current = ref; }} animationType={'fade'} height={350} closeOnDragDown={true} closeOnPressMask={true} customStyles={{ wrapper: { backgroundColor: 'transparent', }, draggableIcon: { backgroundColor: Colors.buttonlogin, }, container: { borderTopLeftRadius: 10, borderTopRightRadius: 10, }, }}