-
I'm looking for a way to render a Navigation Drawer locally within a screen inside the Persistent Bottom Navigation Bar, but yet have the drawer render over the Navigation Bar.
This image shows th…
-
### Current behavior
In wear os swiping from left to right is acting as a quit behavior.
https://github.com/user-attachments/assets/beeb6b56-33ca-4ac6-ba5b-837026f1fccb
### Expected beh…
-
### Checklist
- [X] I have searched for existing issues about this bug.
- [X] I know that if existing issues are available, this issue will be closed without comment, unless an explaination is giv…
-
**Describe the bug**
Upon clicking on the filter button inside the Resources Explorer page, the vertical and horizontal scrolls are triggered as a blank space appears at the bottom and right side of …
-
# Task Note: Overall UI Implementation - Sidebar and Bottom Drawer
## Objective
The objective of this task is to comprehensively implement the user interface (UI) for the Braga GeoDashboard, includi…
-
I use the `DrawerView`to host my SwiftUI views like so:
```
VStack{
ScrollView(.vertical){
ScrollView(.horizontal){
AnyView()
}
}
}
```
Trouble is, unless I scroll perf…
-
### Current behavior
The position of drawer using react-navigation with Expo 49 is not correct when drawerType is slide. In Android & iOS the drawer is not visible at all and on Web it shows up in …
-
### Current behavior
Calling the below line crashes the app:
```
const Drawer = createDrawerNavigator()
```
The app was created with Expo and I am trying to run it on Expo Go from an Android devi…
-
-
### Current behavior
I have a bottom tab navigator which contains two tabs, home and menu, which each contain a stack navigator to handle multiple pages. Menu contains 2 screens, catalog and search, …