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

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);
return (
<ActionSheet
gestureEnabled={true}
//gestureEnabled={!actionSheetHorizonalScroll}
CustomHeaderComponent={<></>}
ref={actionSheetRef}