4.5.0-リリース用一部封印
This commit is contained in:
parent
8bc7069c4e
commit
30c2b8a2f9
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>
|
||||
|
@ -102,7 +102,7 @@ export default function Setting(props) {
|
||||
textAlignVertical: "center",
|
||||
}}
|
||||
>
|
||||
内部バージョン: 4.5 beta-2
|
||||
内部バージョン: 4.5.0
|
||||
</Text>
|
||||
<View style={{ flex: 1 }} />
|
||||
</View>
|
||||
|
@ -66,7 +66,9 @@ export default function TrainMenu({
|
||||
backgroundColor={"#EA4752"}
|
||||
icon="star"
|
||||
flex={1}
|
||||
onPressButton={() => navigate("favoriteList")}
|
||||
onPressButton={() =>
|
||||
/* navigate("favoriteList") */ alert("わちゃわちゃ....?")
|
||||
}
|
||||
>
|
||||
お気に入り
|
||||
</UsefulBox>
|
||||
|
@ -94,7 +94,7 @@ export default function Sign(props) {
|
||||
<TouchableOpacity style={styleSheet.外枠} onPress={oP}>
|
||||
<StationNumberMaker currentStation={currentStation} />
|
||||
<StationNameArea currentStation={currentStation} />
|
||||
<TouchableOpacity
|
||||
{/* <TouchableOpacity
|
||||
style={{ position: "absolute", right: -15, top: -20 }}
|
||||
onPress={() => {
|
||||
if (testButtonStatus) {
|
||||
@ -126,7 +126,7 @@ export default function Sign(props) {
|
||||
lottieRef={lottieRef}
|
||||
loop={false}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
</TouchableOpacity> */}
|
||||
|
||||
<Text style={styleSheet.JRStyle}>JR</Text>
|
||||
<View style={styleSheet.下帯} />
|
||||
|
Loading…
Reference in New Issue
Block a user