Open
Description
One of my components changes state in order to render an InputText, the state change handler has set LayoutAnimation.configureNext
to animate this state transition. It seems like this is being fired at the same time KeyboardSpacer
animates itself, throwing the next warning:
Warning: Overriding previous layout animation with new one before the first began
Both animations (spacer and my component's state change) render without issues.
Is there a way to avoid this?
Metadata
Metadata
Assignees
Labels
No labels