move the ReactNativeFeatureFlags outside of sync dir

Reviewed By: bvaughn

Differential Revision: D5627037

fbshipit-source-id: 0544b822ba03090a74695911b6951e91262478a0
This commit is contained in:
Kevin Gozali 2017-08-15 10:45:35 -07:00 committed by Facebook Github Bot
parent 091878a61a
commit 66da0d27da
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
'use strict';
// =============================================================================
// IMPORTANT:
// When syncing React Renderer, make sure the feature flags are still compatible
// =============================================================================
var useFiber;
var ReactNativeFeatureFlags = {