Open frozencap opened 1 year ago
Swipe-to-close the BottomSheetModal doesn't work neither on Emulators nor on physical devices. Handle just doesn't respond.
BottomSheetModal
Could there be a common gotcha going on here? My navigator is as vanilla as it gets, except for a backdrop
backdrop
const renderBackdrop = useCallback( (props: BottomSheetBackdropProps) => ( <BottomSheetBackdrop {...props} appearsOnIndex={0} disappearsOnIndex={-1} opacity={0.8} pressBehavior="close" /> ), [], );
Swipe-to-close the
BottomSheetModal
doesn't work neither on Emulators nor on physical devices. Handle just doesn't respond.Could there be a common gotcha going on here? My navigator is as vanilla as it gets, except for a
backdrop