com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag
com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag: 1122 How to resole this bug,How to find where cause this crash? This happened because of missing piece of code in ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java reactRootView.removeAllViews(); reactRootView.setId(View.NO_ID); This is fixed in RN 0.48.0 in c639a1f I managed to spot exactly what's causing that problem in react-native . So what happens behind the scenes is, react-native is trying to manipulate the shadowNode list at the same time some other thread is manipulating