-
### Current behavior
I need to hide the tab bar on a specific screen.
using this CODE:
"navigation.getParent()?.setOptions({
tabBarStyle: {
display: 'none',
},
}…
-
### Current behavior
here are the versions being used :
` "@react-navigation/material-bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.0.2",
"@react-navigation/native"…
-
Here's an example report with the artifacts - [BackstopJS Report.pdf](https://github.com/user-attachments/files/17589469/BackstopJS.Report.pdf)
Looking at it briefly, I'm not sure what's causing it. …
-
### Describe the bug
By default, when opened, the Drawer add classes to both the html and body, removing the scrollbar and adding some classes to compensate for it, but the page in the background s…
-
I'm sure you're tracking the pulse of material design standards like me and others. That being said, material ui version 3 is out.
We should track MUI being migrated from Material Design v2 to Mate…
-
### Version
3.19.0
### Vue Version
3.4.27
### Link to minimal reproduction
1. 打开演练场
2. 把以下代码复制到App.vue。
3. 点击按钮,打开抽屉。
4. 将光标集中到“用户名”的输入框,无需输入,然后点击抽屉内容区空白处,此时会出现必填提示。
5. 点击关闭按钮,关闭抽屉。…
-
### Current behavior
When I use setOptions to add headerLeft or headerRight in a fullScreenModal presented screen, I get an app crash. It used to work fine before I've updated my dependencies so pote…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
Drawer should be removed and bottom nav bar should be added in order to improve the navigation …
-
This issue will standardize a Header Block which can be composed into container components (Dialog, Drawer, Overlay) and provide a Header Block component.
**Requirements**
The Header Block will …
-
How to make menu in bottom drawer ?
For example, i want to add about's menu in last bottom drawer.
Thanks before..