SignをID管理ベースに置き換え

This commit is contained in:
harukin-expo-dev-env
2025-04-13 15:43:10 +00:00
parent 3b98882d80
commit ac06ca6c75
6 changed files with 52 additions and 39 deletions

View File

@@ -91,7 +91,7 @@ export const StationDeteilView = (props) => {
{currentStation && (
<View style={{ margin: 10, marginHorizontal: wp("10%") }}>
<Sign
currentStation={currentStation}
stationID={currentStation[0].StationNumber}
oP={() => {
usePDFView == "true"
? Linking.openURL(currentStation[0].StationTimeTable)