再修正
This commit is contained in:
parent
26d9037963
commit
87129c6815
@ -266,6 +266,10 @@ export const EachTrainInfo = (props) => {
|
||||
ref={actionSheetRef}
|
||||
drawUnderStatusBar={false}
|
||||
isModal={Platform.OS == "ios"}
|
||||
containerStyle={{
|
||||
paddingBottom: insets.bottom,
|
||||
}}
|
||||
useBottomSafeAreaPadding={true}
|
||||
>
|
||||
<View
|
||||
style={{
|
||||
|
@ -165,7 +165,7 @@ export default function Setting(props) {
|
||||
textAlignVertical: "center",
|
||||
}}
|
||||
>
|
||||
内部バージョン: 4.6.3
|
||||
内部バージョン: 4.6.3.1
|
||||
</Text>
|
||||
<View style={{ flex: 1 }} />
|
||||
</View>
|
||||
|
Loading…
Reference in New Issue
Block a user