Skip to content

3.19.2 killed entering/exiting animation #8565

@pierroo

Description

@pierroo

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

No one assigned

    Labels

    Missing infoThe user didn't precise the problem enoughMissing reproThis issue need minimum repro scenarioPlatform: AndroidThis issue is specific to Android

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions