add space between words
Summary: Closes https://github.com/facebook/react-native/pull/7045 Differential Revision: D3194558 fb-gh-sync-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644 fbshipit-source-id: 57691d4d54bbe2bdce6abf885b6aa0f341f12644
This commit is contained in:
parent
ebb44d202b
commit
978fa488ec
|
@ -370,7 +370,7 @@ import static com.facebook.react.bridge.ReactMarkerConstants.RUN_JS_BUNDLE_START
|
|||
Assertions.assertCondition(
|
||||
!mHasStartedCreatingInitialContext,
|
||||
"createReactContextInBackground should only be called when creating the react " +
|
||||
"application for the first time. When reloading JS, e.g. from a new file, explicitly" +
|
||||
"application for the first time. When reloading JS, e.g. from a new file, explicitly " +
|
||||
"use recreateReactContextInBackground");
|
||||
|
||||
mHasStartedCreatingInitialContext = true;
|
||||
|
|
Loading…
Reference in New Issue