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.
Target Branch
0.80
Link to commit or PR to be picked
facebook/react-native#51479
Description
In facebook/react-native#50734,
LayoutAnimationControllerwas migrated to Kotlin and all of its methods are now marked as final.However, this class is used and extended by
react-native-reanimatedin 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
LayoutAnimationControllerand thus fixes the build error.