-
### Current behavior
Use case:
- User navigates to Money Send Confirmation Screen
- If money sends success it open SuccessModal with "Return to Home" option
- When user taps to "Return to Hom…
-
### Current behavior
1. Navigate to modal screen (`TransitionPresets.ModalTransition`) on iOS
2. Close modal screen
Result: status bar color changed to black
### Expected behavior
Status ba…
-
### Current behavior
https://user-images.githubusercontent.com/77168125/178206987-20744497-99ff-4c22-a2ad-387a549b2ad3.MP4
This issue will ONLY appear on a physical iOS device. As you can see in…
-
**Our environment**
```
...
"react-native": "0.66.0",
"@react-navigation/bottom-tabs": "^5.11.9",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",…
-
### Current behavior
closing variable iniside of `cardStyleInterpolator` is always 0.
The setup is a stack navigator, inside a tab navigator, inside a stack navigator (which acts as a login). I …
-
### Current behavior
I have set up a simple tab navigator with 3 tabs. One of the screens accepts a route param called 'task'.
This works fine when I navigate to this screen using `navigation.naviga…
-
### Current behavior
We have a URL in the app. `localhost:8080/details/:login`. Where login param will be a user's email.
When I navigate to the URL using `navigation.navigate` it works fine. But Wh…
-
### Current behavior
I created a nested navigator setup
Drawer
-> Top Tabs
- Tab 1 with a FlatList
- Tab 2 with a FlatList
-> View
Once the app starts, I immediately navigate fr…
-
### Current behavior
I have two problems that seem to be related. I'm using a MaterialTopTabNavigator with tabBarScrollEnabled. It works fine when I initially have my screens under it. But in my fina…
-
### Current behavior
Hello, thanks to review issue. Let me share behavior.
# Background
I use both React Navigation modal and `react-native` Modal. React Navigation modal is for inputting new ite…