-
### Current behavior
I am using the navigation created with @react-navigation/native-stack and have set headerShadowVisible: false. Everything works fine on screen A, but when I navigate from A to B …
-
### Current behavior
In my application, I open a modal screen with react-navigation and from this screen I send a new parameter to the previous screen.
```typescript
navigation.popTo('BottomTabNavig…
-
### Current behavior
npm install @react-navigation/stack@6.0.11. command given to compiler
Android Bundling failed 1067ms C:\Users\PMLS\Desktop\test\development\react-native\physician-preffered\node_…
-
### Current behavior
V6, It work very well.
Log is like this and app is not working
Warning: TypeError: Attempting to change configurable attribute of unconfigurable property.(useRouteCache.js)
### E…
-
### Current behavior
I am experiencing a bug when using my personal iPhone but not on iOS simulator. The Simulator shown is the iPhone 15 Pro while my personal is the iPhone 12. The bug is that somet…
-
### Current behavior
When using a Material Top Tab as the root element in createStaticNavigation with authentication flow, the first tab is not rendered in iOS when switching between groups. The tab …
-
https://github.com/user-attachments/assets/7c9ef839-c35a-42fc-97f8-f5cae01d03de
### Current behavior
I'm encountering an issue on Android devices where the tab label status is incorrect when switchin…
-
### Current behavior
Only in ios, the nested route jump page jitters, and clicking the button also causes jitter
If you hide the header, there will be no jumping. It is suspected to be a rendering p…
-
### Current behavior
The button in the header (headerLeft and headerRight) does not work on Android. The button visually responds to the touch (I use TouchableOpacity), but the action is not executed…
-
### Current behavior
Given a `useLayoutEffect` that calls the `measureInWindow` of a ref , the `y` value is off. It seems to be off by the header height on iOS and web. For Android, I'm not sure what…