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 коммит произвёл Facebook Github Bot
Родитель 091878a61a
Коммит 66da0d27da
1 изменённых файлов: 5 добавлений и 0 удалений

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

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