-
### 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…
-
With the new architecture enabled, navigating between screens where TVFocusGuideView is used with the autofocus prop does not work as expected. Instead of persisting the previously focused element, th…
-
### 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…
-
### Current behavior
In our app, we have a login feature, and we want users to be able to store their login credentials (username and password) in a password manager, such as AndroidPass or Google Pa…
vpske updated
1 month ago
-
App crashes we want to use foregroundServiceType="connectedDevice"
Unable to start service com.asterinet.react.bgactions.RNBackgroundActionsTask@243c415 with Intent { cmp=com.iwelhealth.cgmpal/com.…
-
### Summary
In our production app we're constantly receiving app crash reports in Crashlytics with "out of memory" and traces of `maps`.
I tried to reproduce the problem in a fairly simple app, bu…
-
### Current behavior
```
import React from "react";
import { createMaterialTopTabNavigator } from "@react-navigation/material-top-tabs";
import COLOR from "../../../../constants/COLOR";
import …
-
### Current behavior
Hello, I noticed that a bug appears maybe once every 2 or 3 times (after launching the application).
The indicator (bottom indicator of the screen) doesn't update according t…
-
### 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…
-
Currently, we are using `FragmentManager `to switch between fragments on the main screen. Now, we are migrating to the Navigation Component.
For more details and understanding, refer to this guide:…