when will this branch be hit? #18270
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
react-native/ReactAndroid/src/main/java/com/facebook/react/ReactInstanceManager.java
Line 875 in 4466b6f
mCreateReactContextThread
is assigned inrunCreateReactContextOnNewThread
in UI-thread,which is called inrecreateReactContextInBackground
also in UI-thread, there's no opportunity another call torecreateReactContextInBackground
be performed before the current one return,so it seems there's no need to have this check and set a
mPendingReactContextInitParams
for re-enter protection?The text was updated successfully, but these errors were encountered: