You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
spinningarrow, Bhullnatik, pcoltau, JJMoon, thinklinux and 10 more