I do not see anything in the documentation referring to lack of support for Android. I\'m using a simple preset animation:
LayoutAnimation.configureNext(LayoutAni
As per this for Android support you have to add these lines:
import { UIManager, LayoutAnimation } from 'react-native'; //.. UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true);