バージョン番号書き換え、表示タイミングが遅いバグを修正

This commit is contained in:
harukin-expo-dev-env 2024-03-09 05:49:35 +00:00
parent f34d342364
commit 7a9d30b128
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ export const EachTrainInfoCore = ({
//0.1秒待機してから開く //0.1秒待機してから開く
setTimeout(() => { setTimeout(() => {
SheetManager.show("EachTrainInfo", { payload }); SheetManager.show("EachTrainInfo", { payload });
}, 1); }, 2);
}); });
} }
}; };

View File

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