-
Notifications
You must be signed in to change notification settings - Fork 25k
Description
Description
DrawerLayoutAndroid functions properly without the need for any routing or navigation library. However, when incorporating a navigation library to enable screen switching and utilizing the drawer, certain overlay issues arise.
React Native Version
0.71.8
Output of npx react-native info
System:
OS: macOS 12.5
CPU: (8) arm64 Apple M2
Memory: 116.64 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 19.6.0 - /opt/homebrew/bin/node
Yarn: 1.22.19 - ~/Documents/ghoshak_app/node_modules/.bin/yarn
npm: 9.4.0 - /opt/homebrew/bin/npm
Watchman: 2023.02.13.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK: Not Found
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: /undefined - /usr/bin/xcodebuild
Languages:
Java: 11.0.17 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: ^0.71.3 => 0.71.3
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
-
Click the navigate to profile screen.
-
Go back to the home screen.
-
And clicking the open drawer.
Snack, code example, screenshot, or link to a repository
https://snack.expo.dev/@kiruba26/drawerlayoutandroid-component-example
