Files
react/scripts/rollup/shims/react-native/ReactFeatureFlags.js
Eli White 2c6ea0b3ff [Native] Add FeatureFlag to dispatch events with instance targets (#17323)
* [Native] Add FeatureFlag to dispatch events with instance targets

* Prettier
2019-11-11 11:35:29 -08:00

19 lines
373 B
JavaScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow
*/
'use strict';
const ReactFeatureFlags = {
debugRenderPhaseSideEffects: false,
enableNativeTargetAsInstance: false,
};
module.exports = ReactFeatureFlags;