Skip to content

Commit

Permalink
Enable target as instance experiment
Browse files Browse the repository at this point in the history
Summary:
This diff is just here to make it easier for me to work on the stack. It needs to be ripped out of the stack before landing

Changelog:
[Breaking][General] The `target` field of events is now a native component, not a react tag

Reviewed By: mdvacca

Differential Revision: D19458361

fbshipit-source-id: 1d03a58553cf96dc72f6d1323dfb37b1a8cdca75
  • Loading branch information
TheSavior authored and facebook-github-bot committed Feb 19, 2020
1 parent 4118d79 commit 3b813ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Renderer/shims/ReactFeatureFlags.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

const ReactFeatureFlags = {
debugRenderPhaseSideEffects: false,
enableNativeTargetAsInstance: false,
enableNativeTargetAsInstance: true,
};

module.exports = ReactFeatureFlags;

0 comments on commit 3b813ca

Please sign in to comment.