-
### Current behavior
1. Create new RN app via `npx react-native init AwesomeTSProject --template react-native-template-typescript`
2. Run `yarn test` on a default test:
```
it('renders cor…
-
on version 2.0.2 the light flag nor the animated flag are working as expected, would always revert to the defaults.
experienced on android 13 pixel 6 using react-native 0.70.6.
changeNavigationB…
-
**Current Behavior**
- Following the instructions for [Installing from a fork on GitHub](https://github.com/react-navigation/react-navigation#installing-from-a-fork-on-github) results in a failure …
-
### Current behavior
I have a bottom tab navigator with two tabs, each tabs is a stack of screens. In the first screen of a tab I need to navigate to navigate to a screen (not the first one) of the…
-
### Current behavior
Basically there is a native-stack in a material-top-tab in a native-stack. The root native stack shows a screen of its own for .5s before switching to the native-stack-in-mater…
-
**Current Behavior**
I have a screen that is used in different stacks. In order to satisfy our typescript requirements, I used a union type. Yet, I get an error when I hover over the navigate func…
-
First I'd like to apologize because I haven't researched this as much as I could (it's weekend and I'm tired)
So something about the way exports field is defined in this package breaks react-native.
…
-
### What happened?
```tsx
Navigation.events().registerComponentDidDisappearListener(event => {
// event doesn't invoke on Android 13,12,11 :( when user jump between tabs
})
```
I fo…
-
### Current behavior
It is possible to quickly press tab button while the navigation is already happening due to an action before.
In the example I am clicking "Go to screen2" (which is a separate…
-
### Current behavior
I have a Parent Stack in which I have one **screen(Home)** and other **screen(SettingsStack**) is again a stack which has 2 screens `Setting` and `Profile`, when I navigate from …