Skip to content

Commit

Permalink
Make the instructions to regenerate feature flags easier to see in th…
Browse files Browse the repository at this point in the history
…e docs (#45059)

Summary:
Pull Request resolved: #45059

Changelog: [internal]

By moving the command to a code block it's going to be easier to see it when quickly reading the README.

Reviewed By: cortinico

Differential Revision: D58779883

fbshipit-source-id: e912a58641245c6d7dc158f7af0a722e438a0cc3
  • Loading branch information
rubennorte authored and pull[bot] committed Dec 9, 2024
1 parent b01a870 commit 7809502
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/react-native/scripts/featureflags/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ module.exports = {
};
```

After any changes to this definitions, the code that provides access to them
must be regenerated running `yarn featureflags-update` from the `react-native`
repository.
**After any change to these definitions**, the code that provides access to them
must be regenerated running this from the `react-native`
repository:

```shell
yarn featureflags-update
```

## Access

Expand Down

0 comments on commit 7809502

Please # to comment.