4.5.0-リリース用一部封印
This commit is contained in:
12
App.js
12
App.js
@@ -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>
|
||||
|
Reference in New Issue
Block a user