diff --git a/src/App.js b/src/App.js index 8989465..db4bd15 100644 --- a/src/App.js +++ b/src/App.js @@ -17,9 +17,6 @@ import { NavigationContainer } from '@react-navigation/native'; import { createNativeStackNavigator } from '@react-navigation/native-stack'; import { useNavigation } from '@react-navigation/core'; -import { useSelector } from 'react-redux'; - - const MyTheme = { dark: true, @@ -31,7 +28,6 @@ const MyTheme = { const Stack = createNativeStackNavigator(); function App() { - const statusRecipes = useSelector(state => state.recipes.status) return ( navigation.goBack()} > )} - }} - options={{ - }}> + }}> (