Skip to content

Commit

Permalink
fix: remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Sep 22, 2024
1 parent e67959a commit 6f52f3f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import {SafeAreaView, Text} from "react-native";
import ContentLoader, {Circle, Rect} from "react-content-loader/native";
import {ZoomInDownZoomOutUp, createNotifications} from "react-native-notificated";
import {GestureHandlerRootView} from "react-native-gesture-handler";
// import Toast from "react-native-toast-message";
import {useMigrations} from "drizzle-orm/expo-sqlite/migrator";

import Header from "./Header";
Expand Down Expand Up @@ -83,7 +82,6 @@ const App = () => {
<Header />
<NavigationBar />
</PaperProvider>
{/* <Toast /> */}
</NavigationContainer>
</NotificationsProvider>
</GestureHandlerRootView>
Expand Down
10 changes: 0 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"totp-generator": "^0.0.14",
Expand Down

0 comments on commit 6f52f3f

Please sign in to comment.