ジェスチャーできないバグを修正
This commit is contained in:
parent
e3a65b9127
commit
cbcb0dc9c2
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user