SignをID管理ベースに置き換え
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user