python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to move to home fragment by pressing back button
I have created a custom navigation drawer using motion layout in which I have image views, text views and a nav host fragment(fragment container view). The Problem is, When I click any view in my navi...
Malladi Vivek Chaitanya
Votes: 0
Answers: 2
How to implement a drawer on Flutter that closes itself when tapped on the option that's already displayed?
I'm trying to implement a drawer that closes itself if the user taps on the option which the app is currently showing. My implementation was:
int currentPageIndex = 0;
void pageLoader(BuildContext con...
manyet1k
Votes: 0
Answers: 1
Error: Invariant Violation: `new NativeEventEmitter()` requires a non-null argument
I am trying to make a drawer menu on my app. I have followed this installation guide here.
I have this code
import { createDrawerNavigator } from '@react-navigation/drawer';
const Drawer = createD...
newdevguy
Votes: 0
Answers: 0
Drawer reopen Sometime when change screen
I am using react navigation drawer v6 with custom header when click on hamburger menu it show drawer its work fine but when I navigate from drawer it change screen and reopen drawer sometime . I dont ...
Zeeshan
Votes: 0
Answers: 1