diff --git a/src/App.tsx b/src/App.tsx
index cc33ffdb..84e1cc65 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -91,6 +91,10 @@ function RenderDrawer(props) {
function CustomDrawerContent(props) {
const isDrawerOpen =
getDrawerStatusFromState(props.navigation.getState()) === 'open';
+
+ if (!isDrawerOpen) {
+ return ;
+ }
return (
(
-
- )}
+ drawerContent={(props) => }
screenOptions={{headerShown: false}}>
{screens}