-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Missing infoThe user didn't precise the problem enoughThe user didn't precise the problem enoughMissing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: AndroidThis issue is specific to AndroidThis issue is specific to Android
Description
Description
Following the issue on #7493, I saw that 3.19.2 was supposed to fix it.
So went from 3.19.1 to 3.19.2, but now the entering animation no longer works:
- they first fade in as expected but blink out immediately and disappear
- if I leave / remount it, the same happen: appears, disappear in a blink
Rolling back to 3.19.1 "fixes" the display. (although it means I still have to face the occasional crashes)
Animation is rather straight forward:
{isMounted && <Animated.View
entering={FadeInRight}
exiting={FadeOutRight}
>}
Steps to reproduce
1- get 3.19.2
2- animation entering won't display
Snack or a link to a repository
NA
Reanimated version
3.19.2 (or 3.19.3, same)
Worklets version
NA
React Native version
0.81.5
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
New Architecture (Fabric renderer)
Reanimated feature flags
None
React Native release level
Stable
Build type
No response
Device
No response
Host machine
None
Device model
all
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Missing infoThe user didn't precise the problem enoughThe user didn't precise the problem enoughMissing reproThis issue need minimum repro scenarioThis issue need minimum repro scenarioPlatform: AndroidThis issue is specific to AndroidThis issue is specific to Android