react-navigation / react-navigation

Routing and navigation for your React Native apps
https://reactnavigation.org
23.3k stars 4.97k forks source link

Weird transition in navigation #11925

Closed JoseVov closed 1 month ago

JoseVov commented 1 month ago

Current behavior

The navigation is transitioning weirdly.

https://github.com/react-navigation/react-navigation/assets/96314055/ff07c2ff-0d84-4f2c-b52f-51b44be04d94

Expected behavior

Navigation should work as it does in native apps or at least something similar.

Reproduction

there is not.

Platform

Packages

Environment

package version
@react-navigation/native
@react-navigation/native-stack
react-native-safe-area-context
react-native-screens
react-native-gesture-handler
react-native-reanimated
react-native
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-animated-pagination-dot": "0.4.0",
"react-native-gesture-handler": "2.15.0",
"react-native-reanimated": "3.8.1",
"react-native-screens": "3.30.1",
System:
  OS: macOS 14.1.1
  CPU: (8) arm64 Apple M1
  Memory: 111.77 MB / 16.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
github-actions[bot] commented 1 month ago

Hey @JoseVov! Thanks for opening the issue. It seems that the issue doesn't contain a link to a repro.

The best way to get attention to your issue is to provide an easy way for a developer to reproduce the issue.

You can provide a repro using any of the following:

JoseVov commented 1 month ago

The issue was caused because I did not define a background to the home view.