一部動作がおかしくなるバグの修正

This commit is contained in:
harukin-OneMix4
2022-11-20 22:52:55 +09:00
parent cbce84a9ab
commit cf57f29e62
5 changed files with 41 additions and 56 deletions

2
App.js
View File

@@ -6,7 +6,7 @@ import {
} from "@react-navigation/stack";
import { createBottomTabNavigator } from "@react-navigation/bottom-tabs";
import { AntDesign, Ionicons } from "@expo/vector-icons";
import { ToastAndroid, Platform, UIManager } from "react-native";
import { Platform, UIManager } from "react-native";
import { UpdateAsync } from "./UpdateAsync.js";
import Apps from "./Apps";
import tndView from "./ndView";