mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add comment to indicate how to update generated files for feature flags in ReactNativeFeatureFlags.config.js
Summary: Changelog: [internal] We have a comment explaining how to update all generated files everywhere but here. Reviewed By: NickGerleman Differential Revision: D56717344 fbshipit-source-id: cc538e37dd6ab09f67d67bb13ce4e560870d44d0
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8f1b27001f
commit
c3a1ae3c3e
@@ -12,6 +12,14 @@
|
||||
|
||||
import type {FeatureFlagDefinitions} from './types';
|
||||
|
||||
/**
|
||||
* This is the source of truth for React Native feature flags.
|
||||
*
|
||||
* If you modify this file, you need to update all the generated files
|
||||
* running the following script from the repo root:
|
||||
* yarn featureflags-update
|
||||
*/
|
||||
|
||||
// These flags are only used in tests for the feature flags system
|
||||
const testDefinitions: FeatureFlagDefinitions = {
|
||||
common: {
|
||||
|
||||
Reference in New Issue
Block a user