forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move assets for feature flags docs to a __docs__ directory
Summary: Changelog: [internal] Small move to align with the existing convention. Add `README.md` file for feature flags in JS directory, to link to canonical docs. Differential Revision: D67897751
- Loading branch information
1 parent
5e64789
commit 7415177
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Feature Flags | ||
|
||
This directory contains the JS bindings for the internal React Native feature flags system. | ||
|
||
See the [`README.md`](../../../scripts/featureflags/README.md) file in `scripts/featureflags` for the full documentation of the system. |