再修正

This commit is contained in:
harukin-OneMix4 2024-01-09 18:21:35 +09:00
parent 26d9037963
commit 87129c6815
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -165,7 +165,7 @@ export default function Setting(props) {
textAlignVertical: "center", textAlignVertical: "center",
}} }}
> >
内部バージョン: 4.6.3 内部バージョン: 4.6.3.1
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</View> </View>