4.5.2リリース(封印開放)

This commit is contained in:
harukin-DeskMini 2023-03-30 03:25:28 +09:00
parent 406808ee58
commit bca2b300d3
4 changed files with 10 additions and 12 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.1 内部バージョン: 4.5.2
</Text> </Text>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
</View> </View>

View File

@ -66,9 +66,7 @@ export default function TrainMenu({
backgroundColor={"#EA4752"} backgroundColor={"#EA4752"}
icon="star" icon="star"
flex={1} flex={1}
onPressButton={() => onPressButton={() => navigate("favoriteList")}
/* 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.下帯} />