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:
TETRA2000 2016-04-18 18:27:56 -07:00 коммит произвёл Facebook Github Bot 8
Родитель ebb44d202b
Коммит 978fa488ec
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;