I'm using LayoutAnimation for animating my <View>
. I toggle it with:
LayoutAnimation.configureNext(LayoutAnimation.Presets.spring);
this.showView = !this.showView;
but the animation is not working at the moment of create, only when the View disappears. (iOS works perfectly)