mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
Synced ReactFabric render
Reviewed By: fkgozali, sebmarkbage Differential Revision: D6839001 fbshipit-source-id: 47b8278e883c33ca1f359dd16614f86c292e972d
This commit is contained in:
parent
3f969cb1db
commit
c7ed03a95c
16
Libraries/ReactNative/FabricUIManager.js
Normal file
16
Libraries/ReactNative/FabricUIManager.js
Normal file
@ -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 = {};
|
13611
Libraries/Renderer/ReactFabric-dev.js
Normal file
13611
Libraries/Renderer/ReactFabric-dev.js
Normal file
File diff suppressed because it is too large
Load Diff
5692
Libraries/Renderer/ReactFabric-prod.js
Normal file
5692
Libraries/Renderer/ReactFabric-prod.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user