再修正

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}
drawUnderStatusBar={false}
isModal={Platform.OS == "ios"}
containerStyle={{
paddingBottom: insets.bottom,
}}
useBottomSafeAreaPadding={true}
>
<View
style={{

View File

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