-
From design review 6kkCwI9VOEYcidp6UT5bln-fi-1108_27535
Needs testing, since we also have editable rows in the bottom drawer, so might not be possible have both full-tappable and be able to tap spe…
-
I would love to use this component as a bottom sheet as descibed in material design
http://www.google.co.uk/design/spec/components/bottom-sheets.html#bottom-sheets-content
Any thoughts on adding this…
-
### Current behavior
When title is very long it overlaps custom headers right and left
### Expected behavior
Title should not overlap header left and header right
### Reproduction
h…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Side drawers are a common UI element in web apps and mobile apps today. They look elegant and can serv…
-
### Describe the bug
I've implemented a color picker in a drawer, on page bottom.
When I open the picker , it opens in the bottom direction, even if there's no place to be rendered correctly
### …
-
### Current behavior
Hi there. As I mentioned in title, I founded an issue with SectionList scrolling when the screen presentation: 'modal with TransitionPresets.ModalPresentationIOS for Android dev…
-
### Current behavior
The drawer is partly visible after keyboard has been used in a formsheet. It cannot be fully closed. See screencap.
https://github.com/react-navigation/react-navigation/assets…
-
hello developer,
I have tried to use your library for one of my project and run fines in other devices but in Motorola devices NavigationDrawer take space from bottom.
Please let me know how wou…
-
### Current behavior
Our project uses a NativeStackNavigator. After upgrading from React Native 0.75.4 to 0.76.1 (using https://react-native-community.github.io/upgrade-helper/?from=0.75.4&to=0.76.1)…
-
### Current behavior
I need to hide the tab bar on a specific screen.
using this CODE:
"navigation.getParent()?.setOptions({
tabBarStyle: {
display: 'none',
},
}…