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
We're cutting down on the number of outstanding issues, in order to allow us to focus. I'm closing this issue because it has been open for over 60 days with no activity. If you think it should still be opened let us know why. PRs are always welcome.
Description
I have a set of components conditionally rendering in my main component's
render
method:Each of the sub-rendering methods is in charge of rendering a component. I have buttons which can toggle the state flags to change the view.
I'm using LayoutAnimation on both platforms (enabled via the UIManager on Android).
This works fine on iOS, but on Android I get this error:
This occurs when firing the state-change. It appears to be being thrown by the NativeViewHierarchyManager class.
The only solution I've found is to disable the LayoutAnimation.
Reproduction
Checkout this RNPlay app for a demo of the behaviour. Here the cycle button simple disappears, the error appears to be swallowed.
Additional Information
The text was updated successfully, but these errors were encountered: