細かいバグを修正

This commit is contained in:
harukin-expo-dev-env
2024-03-08 13:58:07 +00:00
parent 18a6851966
commit b0822ba5fb
7 changed files with 292 additions and 17 deletions

View File

@@ -5,8 +5,8 @@ import { WebView } from "react-native-webview";
export default ({ navigation: { navigate }, route }) => {
const { info, goTo, useShow } = route.params;
const onExit = () => {
navigate(goTo);
useShow();
navigate(goTo || "Apps");
useShow && useShow();
};
return (
<View style={styles.View}>