From fd38af995140c01774ab466295fb589ee77740cd Mon Sep 17 00:00:00 2001 From: Reza_ashrafi Date: Tue, 10 May 2022 10:44:43 +0430 Subject: [PATCH] change on comment --- App.js | 5 ----- src/screens/Address/index.js | 2 -- src/screens/Blog/index.js | 2 -- src/screens/Product/index.js | 1 + src/screens/Products/index.js | 1 - 5 files changed, 1 insertion(+), 10 deletions(-) diff --git a/App.js b/App.js index f376742..240927f 100644 --- a/App.js +++ b/App.js @@ -39,11 +39,6 @@ const App = () => { const onLayoutRootView = React.useCallback(async () => { if (fontsLoaded) { - // This tells the splash screen to hide immediately! If we call this after - // `setAppIsReady`, then we may see a blank screen while the app is - // loading its initial state and rendering its first pixels. So instead, - // we hide the splash screen once we know the root view has already - // performed layout. await SplashScreen.hideAsync(); } }, [fontsLoaded]); diff --git a/src/screens/Address/index.js b/src/screens/Address/index.js index 73c49af..4f4dbe8 100644 --- a/src/screens/Address/index.js +++ b/src/screens/Address/index.js @@ -335,8 +335,6 @@ const Address = ({ ); }; - console.log(mapAddress); - return ( { ); }, [theme]); - console.log(blog); - return ( { getBooks({ vod: true }); }, []);