差分調整c
This commit is contained in:
parent
e2151ca0b1
commit
ab09e6dd31
@ -2,13 +2,10 @@ import React from "react";
|
|||||||
import {
|
import {
|
||||||
View,
|
View,
|
||||||
Platform,
|
Platform,
|
||||||
Text,
|
|
||||||
TouchableOpacity,
|
|
||||||
useWindowDimensions,
|
useWindowDimensions,
|
||||||
LayoutAnimation,
|
LayoutAnimation,
|
||||||
} from "react-native";
|
} from "react-native";
|
||||||
import Constants from "expo-constants";
|
import Constants from "expo-constants";
|
||||||
import { Ionicons } from "@expo/vector-icons";
|
|
||||||
import * as Updates from "expo-updates";
|
import * as Updates from "expo-updates";
|
||||||
|
|
||||||
import { lineList } from "../lib/getStationList";
|
import { lineList } from "../lib/getStationList";
|
||||||
@ -144,6 +141,3 @@ export default function Apps() {
|
|||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user