问题 I'm trying using React Native to create a drawer navigator at an Android project, but i'm gettin a "undefined is not a function", like in this print here is the code: import 'react-native-gesture-handler'; import React, { useEffect } from 'react'; import { View, ActivityIndicator } from 'react-native'; import { createDrawerNavigator } from '@react-navigation/drawer'; import AsyncStorage from '@react-native-community/async-storage'; import { NavigationContainer, DefaultTheme as