4.5.0-リリース用一部封印

This commit is contained in:
harukin-DeskMini
2023-03-26 21:42:49 +09:00
parent 8bc7069c4e
commit 30c2b8a2f9
4 changed files with 12 additions and 10 deletions

12
App.js
View File

@@ -152,13 +152,13 @@ const Top = ({
getStationList2().then(setMapsStationData);
}, []);
useEffect(() => {
const unsubscribe = navigation.addListener("tabLongPress", (e) => {
navigation.navigate("favoriteList");
});
// useEffect(() => {
// const unsubscribe = navigation.addListener("tabLongPress", (e) => {
// navigation.navigate("favoriteList");
// });
return unsubscribe;
}, [navigation]);
// return unsubscribe;
// }, [navigation]);
return (
<Stack.Navigator>