python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
React navigation drawer: permanent drawer turns blank on resize in webbrowser
I've created a react-native app that uses Expo and React navigation.
For the menu I am using the react navigation drawer.
Like suggested in the documentation, I would like to show the drawer permanent...
user2255297
Votes: 0
Answers: 1
React native drawer font Color
My code:
return (
<Drawer.Navigator initialRouteName="HomeTabs"
drawerContent={props => {
return (
<DrawerContentScrollView {...props}>
<DrawerItemList {...p...

user13131961
Votes: 0
Answers: 1
React Native: Unable to resolve module. None of these file exist:
I am a beginner in React Native so I apologize if this is a noob question. I am trying to learn using this react navigation article and this about react login example. The first article places all the...
btzy
Votes: 0
Answers: 6
React native drawer navigation with I18nManager.forceRTL isn't working
Been trying to implement @react-navigation/drawer with @react-navigation/native-stack and forcing the app to be RTL, using Expo.
App.tsx:
import { I18nManager } from 'react-native'
import { SafeAreaPr...
Lishar
Votes: 0
Answers: 1