I want to make a call to Drawer Navigation through the button (so that when I click on the button, a swipe menu appears). How can this be implemented?
Use this
In the Any Components
drawer.
I have a problem with this block while executing it. My application implements saving actions when buttons are pressed. I’ll tell you in a nutshell how the application works (when the application starts, there is a choice of three buttons, each button indicates the choice of a language) after pressing the button, the program throws the user to the screen with the selected language (with this application, through variables, it saves button clicks so that after restarting the application the screen with the language selected in advance was immediately opened). After that, on the screen that opens, I click on the side menu button and it makes a transition from this page to the language selection page and after a couple of seconds back to the same page where the side menu appears. How do I fix this issue with going back to the language page? Below are the blocks for saving button presses and automatic transition.
And this is how I assembled the blocks for displaying the side menu
I made a quick test projects with 3 screens in different colors and a button in each screen to show the drawer menu and did not see any transition.
I did it in DnD.
Here is the structure of construction
Screen
when you click on the button of any language, the transition to the selected Drawer Novigator occurs.
Each Drawer Novigator has 3 screens
And here on the Home screen there is a side menu output button. When you click on it, you go to screen1 (select languages) and then back to Home
Can you have a look at my example of multi language system.
Maybe it will give you another idea.
https://x.thunkable.com/projectPage/60a013d7aed6ad0012a487bf
everyone found an error in my code, thanks a lot for the help