ふぁぼ駅を表示するように変更(現在地が表示されない)

This commit is contained in:
harukin-DeskMini
2023-02-01 15:25:33 +09:00
parent f580e319cf
commit 12f23bef16
4 changed files with 52 additions and 21 deletions

6
App.js
View File

@@ -19,6 +19,12 @@ import News from "./components/news.js";
import Setting from "./components/settings.js";
import TrainMenu from "./components/trainMenu.js";
import FavoriteList from "./components/FavoriteList.js";
import { LogBox } from "react-native";
LogBox.ignoreLogs([
"ViewPropTypes will be removed",
"ColorPropType will be removed",
]);
const Stack = createStackNavigator();
const Tab = createBottomTabNavigator();
if (Platform.OS === "android") {