-
Build Details:
OS Version: Dev (OS Build 27695.1000)
App: React Native Gallery
App Version: 1.0.18.0
React Native Windows Version: 0.75.0
AT: Keyboard
Repro-Steps:
Launch the React Native Ga…
-
### Current behavior
The navigation event _transitionStart_ triggers on iOS but on Android. See code below and [minimal Snack](https://snack.expo.dev/@andw/courageous-yellow-cookies). The other eve…
-
### Current behavior
**Issue details:**
- After enabling the new architecture in my app, the content in the respective tab is not visible on the initial render of the screen.
- After Toggling t…
-
### Description
A custom native Android component can be made up of multiple native `Views`. For example, a custom `TabBar` renders a `BottomNavigationView` which internally renders many native vie…
-
### Current behavior
Currently, I'm using the `headerSearchBarOptions` to create a search bar in the header of my screen:
```
import { useNavigation } from '@react-navigation/native';
const …
-
### `freezeOnBlur`
Boolean indicating whether to prevent inactive screens from re-rendering. Defaults to false. Defaults to true when enableFreeze() from react-native-screens package is run at the …
-
### Current behavior
I have a simple project here: https://github.com/dotku/dk-i18n-trading-calculator feel that switching between screen, the transition is slow. It might take 1 sec to switch betw…
dotku updated
3 weeks ago
-
### Current behavior
When setting up React Navigation, the opening/closing animation of the drawer flickers and jumps on iOS.
https://github.com/react-navigation/react-navigation/assets/25202811…
-
### Current behavior
How do I change the hint search icon color, I could not find any setting in the [docs](https://reactnavigation.org/docs/7.x/native-stack-navigator/#headersearchbaroptions) ?
…
-
### Current behavior
Hello,
I am trying to develop a project in React Native with Navigate, and the project will be hosted at a path like this:
https://website.com/my-root/index.html
So in…