-
Notifications
You must be signed in to change notification settings - Fork 0
Drawer not working on web #6
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent:frontendA topic related to the frontend of the applicationA topic related to the frontend of the applicationfrontend:webA topic related to the websiteA topic related to the website
Description
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:frontendA topic related to the frontend of the applicationA topic related to the frontend of the applicationfrontend:webA topic related to the websiteA topic related to the website
Currently, the drawer does not work correctly when using a small device on the web.
It could be related to a similar issue at react-navigation.
Furthermore, it could be related to the not used
useLegacyImplementationattribute ofDrawer.Navigator(See this working example as reference). As far as I know,useLegacyImplementationrequires a different setup than the current one.