Skip to content

Commit

Permalink
Add comment to indicate how to update generated files for feature fla…
Browse files Browse the repository at this point in the history
…gs in ReactNativeFeatureFlags.config.js

Summary:
Changelog: [internal]

We have a comment explaining how to update all generated files everywhere but here.

Differential Revision: D56717344
  • Loading branch information
rubennorte authored and facebook-github-bot committed Apr 29, 2024
1 parent b7de916 commit 92addc6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 92addc6

Please sign in to comment.