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); getStationList2().then(setMapsStationData);
}, []); }, []);
useEffect(() => { // useEffect(() => {
const unsubscribe = navigation.addListener("tabLongPress", (e) => { // const unsubscribe = navigation.addListener("tabLongPress", (e) => {
navigation.navigate("favoriteList"); // navigation.navigate("favoriteList");
}); // });
return unsubscribe; // return unsubscribe;
}, [navigation]); // }, [navigation]);
return ( return (
<Stack.Navigator> <Stack.Navigator>

View File

@ -102,7 +102,7 @@ export default function Setting(props) {
textAlignVertical: "center", textAlignVertical: "center",
}} }}
> >
内部バージョン: 4.5 beta-2 内部バージョン: 4.5.0
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</View> </View>

View File

@ -66,7 +66,9 @@ export default function TrainMenu({
backgroundColor={"#EA4752"} backgroundColor={"#EA4752"}
icon="star" icon="star"
flex={1} flex={1}
onPressButton={() => navigate("favoriteList")} onPressButton={() =>
/* navigate("favoriteList") */ alert("わちゃわちゃ....?")
}
> >
お気に入り お気に入り
</UsefulBox> </UsefulBox>

View File

@ -94,7 +94,7 @@ export default function Sign(props) {
<TouchableOpacity style={styleSheet.外枠} onPress={oP}> <TouchableOpacity style={styleSheet.外枠} onPress={oP}>
<StationNumberMaker currentStation={currentStation} /> <StationNumberMaker currentStation={currentStation} />
<StationNameArea currentStation={currentStation} /> <StationNameArea currentStation={currentStation} />
<TouchableOpacity {/* <TouchableOpacity
style={{ position: "absolute", right: -15, top: -20 }} style={{ position: "absolute", right: -15, top: -20 }}
onPress={() => { onPress={() => {
if (testButtonStatus) { if (testButtonStatus) {
@ -126,7 +126,7 @@ export default function Sign(props) {
lottieRef={lottieRef} lottieRef={lottieRef}
loop={false} loop={false}
/> />
</TouchableOpacity> </TouchableOpacity> */}
<Text style={styleSheet.JRStyle}>JR</Text> <Text style={styleSheet.JRStyle}>JR</Text>
<View style={styleSheet.下帯} /> <View style={styleSheet.下帯} />