-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Description
Target Branch
0.80
Link to commit or PR to be picked
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
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Type
Projects
Status
Done / Picked