-
### Description
I was using expo sdk 51.0.28 and RN 0.74.5 after upgrading it to latest expo and RN, I am facing lot of jittering effect in app
**Earlier package.json**
`{
"name": "vyayam",…
-
#### Issue Description
When using component with react-navigation , it renders 2 headers or adding margin top.
#### Steps to Reproduce / Code Snippets
Just installed and started app.
Res…
-
### Description
In a React Native environment, I'm using `codegenNativeComponent` to display a native screen. On this native screen, when I present a new screen with `modalPresentationStyle` set to…
-
### Current behavior
![Screenshot_20241021_125911](https://github.com/user-attachments/assets/8322b46f-e7c6-4df7-811d-495d258e5e5f)
I am facing some trouble with `@react-navigation/bottom-tabs` sinc…
-
**Bug description:**
When opening the WebView for the first time in the app on **iOS**, the following error is displayed:
_"We're sorry but App doesn't work properly without JavaScript enabled. …
-
### Build/Submit details page URL
https://expo.dev/accounts/soheilxpawn/projects/german-term-new-arch/builds/5647d5e9-5f71-4327-93d8-034e78f1a281
### Summary
I want to build an APK of my app for an…
-
### What happened?
It seems since we upgraded to react-native-navigation 7.40.1 and react-native 0.73.9 we are able to click top bar buttons through modals.
![clickthrough-topbar-buttons](https://…
-
### Description
If edge-to-edge mode is enabled for the app:
```kt
WindowCompat.setDecorFitsSystemWindows(this.window, false)
```
And Modal is shown, then we have a different behavior (see …
-
### Description
Not sure if I should be posting this here or in react-navigation, nor if its too early since things are still in beta!
But I was requested to post this via: https://github.com/reac…
-
### 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 …