React native side drawer not closing
问题 I have a react native side drawer which is not responding at all, also when am consoling the state it is not coming. and initially the drawer is open and not closing or responding upon initial render: My exact code is written below: import React, { useEffect, useState } from "react"; import { View, ScrollView, ActivityIndicator, Text, TouchableOpacity, StyleSheet, Image, } from "react-native"; import AsyncStorage from "@react-native-community/async-storage"; import MenuDrawer from "react