How do you move from a login screen that has no navigation drawer to a home screen that does have a navigation drawer in python kivymd?

Viewed 8

I have a login screen that has no navigation drawer. If the user logs in successfully, I want them to be taken to a home screen that has the navigation drawer. I am able to code these screens separately. I am failing to transition from the login screen, which has no navigation drawer, to the home screen which does have the navigation drawer.

0 Answers
Related