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
KeyboardViewShadowView.java uses ReactShadowNodeImpl version of addChildAt method. Please convert in public void addChildAt(ReactShadowNode child, int i) to support React < 0.50.
Tested OK in React 0.48.
KeyboardViewShadowView.java uses ReactShadowNodeImpl version of addChildAt method. Please convert in public void addChildAt(ReactShadowNode child, int i) to support React < 0.50.
Tested OK in React 0.48.
Thanks