diff --git a/App.js b/App.js index 9928589..d8cb384 100644 --- a/App.js +++ b/App.js @@ -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"; @@ -83,7 +82,6 @@ const App = () => {
- {/* */} diff --git a/package-lock.json b/package-lock.json index 5162ba6..7aac8cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,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", @@ -15820,15 +15819,6 @@ "url": "https://github.com/fb55/entities?sponsor=1" } }, - "node_modules/react-native-toast-message": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/react-native-toast-message/-/react-native-toast-message-2.2.0.tgz", - "integrity": "sha512-AFti8VzUk6JvyGAlLm9/BknTNDXrrhqnUk7ak/pM7uCTxDPveAu2ekszU0on6vnUPFnG04H/QfYE2IlETqeaWw==", - "peerDependencies": { - "react": "*", - "react-native": "*" - } - }, "node_modules/react-native-vector-icons": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.0.0.tgz", diff --git a/package.json b/package.json index a7816af..0fcc210 100644 --- a/package.json +++ b/package.json @@ -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",