定義忘れバグを修正

This commit is contained in:
harukin-expo-dev-env 2025-05-19 06:21:08 +00:00
parent 73ed5480c1
commit 2f65cd6a6f

View File

@ -2,18 +2,14 @@ import React, { useState, useEffect } from "react";
import { import {
View, View,
Linking, Linking,
Text,
TouchableOpacity,
BackHandler, BackHandler,
Platform, Platform,
useWindowDimensions,
} from "react-native"; } from "react-native";
import AutoHeightImage from "react-native-auto-height-image";
import { FontAwesome, Foundation, Ionicons } from "@expo/vector-icons";
import { useSafeAreaInsets } from "react-native-safe-area-context"; import { useSafeAreaInsets } from "react-native-safe-area-context";
import ActionSheet, { SheetManager } from "react-native-actions-sheet"; import ActionSheet, { SheetManager } from "react-native-actions-sheet";
import Sign from "../../components/駅名表/Sign"; import Sign from "../../components/駅名表/Sign";
import { TicketBox } from "../atom/TicketBox";
import { getPDFViewURL } from "../../lib/getPdfViewURL"; import { getPDFViewURL } from "../../lib/getPdfViewURL";
import { useBusAndTrainData } from "../../stateBox/useBusAndTrainData"; import { useBusAndTrainData } from "../../stateBox/useBusAndTrainData";
import { AS } from "../../storageControl"; import { AS } from "../../storageControl";