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);
}, []);
// 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>

View File

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

View File

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

View File

@ -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.下帯} />