6.0 update init

This commit is contained in:
harukin-expo-dev-env
2025-01-22 11:34:05 +00:00
parent a5efb13506
commit 294b95967f
65 changed files with 2633 additions and 5070 deletions

View File

@@ -7,12 +7,11 @@ export default ({ navigation: { navigate }, route }) => {
const { info, goTo, useShow } = route.params;
const { goBack } = useNavigation();
const onExit = () => {
if(goTo != "NearTrainDiagramView") {
navigate(goTo || "Apps");
if (goTo != "NearTrainDiagramView") {
//navigate(goTo || "Apps");
useShow && useShow();
} else {
goBack();
}
goBack();
};
return (
<View style={styles}>