-
### Current behavior
I'm trying to navigate from home screen to another screen from a different stack which is nested, now if I press on the bottom tab it wont take me to the initial route of that …
-
**Is your feature request related to a problem? Please describe.**
The download list became exhaustive with v15+ and with the addition of delta releases. The original layout has the form at the botto…
-
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
I use native stack with `presentation: 'modal'` option. When dragging modal up, it jumps at the bottom **once I release**. It works fine compared to native iOS applications.
…
-
### Current behavior
**Issue details:**
- After enabling the new architecture in my app, the content in the respective tab is not visible on the initial render of the screen.
- After Toggling t…
-
**Describe the bug**
Using Storage Drawers, you can duplicate sand.
**To Reproduce**
Steps to reproduce the behavior:
1. Craft Compressing drawer
2. place sand in the bottom right part of the c…
-
In Material Desing specs, the divider in the drawer menu there to be optional, however in the code below its hardcoded in DrawerHeader component.
https://github.com/flutter/flutter/blob/096b7c3c50…
-
The bottom position of the drawer window seems to be negative / lower than the device bottom position.
This causes content inside the window not showing completely (or in my case, the last item of …
-
How is the component supposed to handle horizontal system insets? The current behavior is definitely wrong, but there is no information in the documentation about how it's supposed to be.
-
### 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 …