React sync for revisions 2d23a45...9491dee

Reviewed By: flarnie

Differential Revision: D6436328

fbshipit-source-id: 370b862c23c9804bd6df72812d08baceaebfca78
This commit is contained in:
Brian Vaughn 2017-11-29 10:12:57 -08:00 коммит произвёл Facebook Github Bot
Родитель 22a1419900
Коммит cd938d731c
5 изменённых файлов: 1048 добавлений и 929 удалений

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

@ -1 +1 @@
2d23a4563ef2bec7d90c4a7edff2657c890b4334
9491dee79586d21c115cd4d5986c81b7d88d2b3f

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

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

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

@ -0,0 +1,16 @@
/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @providesModule ReactFeatureFlags
*/
'use strict';
var ReactFeatureFlags = {
debugRenderPhaseSideEffects: false,
};
module.exports = ReactFeatureFlags;

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

@ -142,7 +142,7 @@
"react-native": "local-cli/wrong-react-native.js"
},
"peerDependencies": {
"react": "16.1.1"
"react": "16.2.0"
},
"dependencies": {
"absolute-path": "^0.0.0",
@ -211,8 +211,8 @@
"flow-bin": "^0.59.0",
"jest": "21.3.0-beta.8",
"prettier": "1.7.0",
"react": "16.1.1",
"react-test-renderer": "16.1.1",
"react": "16.2.0",
"react-test-renderer": "16.2.0",
"shelljs": "^0.7.8",
"sinon": "^2.2.0"
}