Layout Animation does not work on Android even with UIManager experimental settings – React native
I've been trying to implement LayoutAnimation to animate the insertion and deletion of items from scrollView. I've added the below code for the same. import { LayoutAnimation, NativeModules } from 'react-native'; // Animation setup for android const { UIManager }…