Reviewed By: fkgozali, sebmarkbage

Differential Revision: D6839001

fbshipit-source-id: 47b8278e883c33ca1f359dd16614f86c292e972d
This commit is contained in:
Brian Vaughn 2018-01-30 08:47:02 -08:00 коммит произвёл Facebook Github Bot
Родитель 3f969cb1db
Коммит c7ed03a95c
4 изменённых файлов: 19320 добавлений и 3 удалений

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

@ -0,0 +1,16 @@
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule FabricUIManager
* @flow
* @format
*/
'use strict';
// TODO @sema Fix me
module.exports = {};

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -11,9 +11,7 @@
const ReactFeatureFlags = {
debugRenderPhaseSideEffects: false,
// TODO (T25573762) Hook this up to a GK for Facaebook engineers (DEV + prod).
debugRenderPhaseSideEffectsForStrictMode: true,
// TODO (T25573607) Enable this warning once deprecation codemod has been run.
debugRenderPhaseSideEffectsForStrictMode: false,
warnAboutDeprecatedLifecycles: false,
};