diff --git a/src/App.js b/src/App.js index 88fbf9a..3663be9 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,7 @@ import React from 'react'; import { Provider } from 'react-redux'; import { PersistGate } from 'redux-persist/integration/react'; import { StyleSheet, View } from 'react-native'; -import { ActivityIndicator, MD2Colors } from 'react-native-paper'; +import { ActivityIndicator } from 'react-native-paper'; import { persistor, store } from './appredux/store'; import AppRoutes from './navigation/AppRoutes' import Toast from 'react-native-toast-message'; @@ -16,7 +16,7 @@ const App = () => { - + } persistor={persistor}>