小整理

This commit is contained in:
harukin-OneMix4 2024-01-14 23:40:20 +09:00
parent 485102b591
commit 0d50326507

View File

@ -266,14 +266,7 @@ export const EachTrainInfo = (props) => {
ref={actionSheetRef} ref={actionSheetRef}
drawUnderStatusBar={false} drawUnderStatusBar={false}
isModal={Platform.OS == "ios"} isModal={Platform.OS == "ios"}
containerStyle={ //useBottomSafeAreaPadding={Platform.OS == "android"}
Platform.OS == "android"
? {
paddingBottom: insets.bottom,
}
: {}
}
useBottomSafeAreaPadding={Platform.OS == "android"}
> >
<View <View
style={{ style={{