ジェスチャーできないバグを修正

This commit is contained in:
harukin-OneMix4 2024-02-03 02:34:58 +09:00
parent e3a65b9127
commit cbcb0dc9c2

View File

@ -386,6 +386,7 @@ export const EachTrainInfo = (props) => {
const scrollHandlers = useScrollHandlers("scrollview-1", actionSheetRef); const scrollHandlers = useScrollHandlers("scrollview-1", actionSheetRef);
return ( return (
<ActionSheet <ActionSheet
gestureEnabled={true}
//gestureEnabled={!actionSheetHorizonalScroll} //gestureEnabled={!actionSheetHorizonalScroll}
CustomHeaderComponent={<></>} CustomHeaderComponent={<></>}
ref={actionSheetRef} ref={actionSheetRef}