Skip to content

[0.80] Restore the possibility to extend LayoutAnimationController #959

@tomekzaw

Description

@tomekzaw

Target Branch

0.80

Link to commit or PR to be picked

facebook/react-native#51479

Description

In facebook/react-native#50734, LayoutAnimationController was migrated to Kotlin and all of its methods are now marked as final.

However, this class is used and extended by react-native-reanimated in order to provide Layout Animations for Android on the Old Architecture. With all its methods being marked as final, the builds are failing.

facebook/react-native#51479 restores the possibility to extend LayoutAnimationController and thus fixes the build error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type Pick RequestPick requests to include commits inside a React Native release

    Type

    No type

    Projects

    Status

    Done / Picked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions