-
## Description
### Description
I encountered an issue with the `react-native-skia` library where an SVG image rendered outside a SafeAreaView disappears after switching tabs in a `createBottomTabNav…
-
### Current behavior
I've tried anything from RN 73, Reanimated 2 and 3
import * as React from 'react'
import { View, useWindowDimensions } from 'react-native'
import { TabView, SceneMap } from…
-
### Current behavior
When nesting native stack navigator inside a bottoms tab navigator, if the bottom tabs navigator header is hidden, the native stack header flickers (padding seems to not be adj…
-
### Current behavior
There is inconsistent behavior regarding accessibility and test IDs within the @react-navigation/material-top-tabs on iOS. Specifically:
- Accessibility IDs for internal element…
-
### 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…
-
### Current behavior
Hi, when there are nested navigators \w @react-navigation/drawer@7, flickering occurs on Android when pulling the drawer.
This only happens on new architecture.
https://git…
-
This tutorial might be helpful: https://code.tutsplus.com/tutorials/how-to-code-a-bottom-navigation-bar-for-an-android-app--cms-30305
Jmc19 updated
4 years ago
-
### 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 …
-
I think "Permissions" should be called "Apps". Alternatively it could be called... "Home"
As for "Home", this does not seem like an actual Home screen, but rather something that should pop up only …
-
How would it be possible to display the chat UI inside a view container similar to iOS? I have a bottom navigation screen and would like to show the chat UI inside the view container when I select the…