react-native-screens icon indicating copy to clipboard operation
react-native-screens copied to clipboard

When enabled fullScreenGestureEnabled, the animation changed from Native one to React Navigation animation once goes back triggered

Open xiaomei7 opened this issue 1 month ago • 6 comments

Description

Basically the title. In my project, I enabled fullScreenGestureEnabled for stack options. I went on using the app with no problem but once I go back then go into it again or any other screens, the animation changes from Native behaviour to React Navigation one.

Steps to reproduce

  1. set fullScreenGestureEnabled to true.
  2. App must have more than one stack screen.
  3. Navigate to one, then swipe back.
  4. Navigate again, the animation looks different.

Snack or a link to a repository

https://github.com/xiaomei7/ReactScreenBugExample

Screens version

3.27.0

React Native version

0.73.8

Platforms

iOS

JavaScript runtime

None

Workflow

None

Architecture

None

Build type

None

Device

None

Device model

No response

Acknowledgements

Yes

xiaomei7 avatar Jul 02 '24 13:07 xiaomei7