diff --git a/App.tsx b/App.tsx index e6b6278..75d3e21 100644 --- a/App.tsx +++ b/App.tsx @@ -1,13 +1,16 @@ // App.tsx -import React from 'react'; -import Navigation from "./navigation/Navigation"; -import store from "./redux/store"; -import { Provider } from "react-redux"; +import React from 'react'; +import Navigation from "./navigation/Navigation"; +import store from "./redux/store"; +import { Provider } from "react-redux"; +import { SafeAreaProvider } from "react-native-safe-area-context"; export default function App() { return ( - + + + ); }