From bbdfc04e8fb36773136d53c45cfac40d8780d023 Mon Sep 17 00:00:00 2001 From: farhantock Date: Tue, 18 Jun 2024 13:34:12 +0700 Subject: [PATCH] remove config toast --- src/App.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 3663be9..36792d7 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,6 @@ import { ActivityIndicator } from 'react-native-paper'; import { persistor, store } from './appredux/store'; import AppRoutes from './navigation/AppRoutes' import Toast from 'react-native-toast-message'; -import { toastConfig } from './utils/Toast'; import { GestureHandlerRootView } from 'react-native-gesture-handler'; import { colors } from '../src/utils/color' @@ -21,7 +20,7 @@ const App = () => { } persistor={persistor}> - +