diff --git a/packages/react-native/scripts/featureflags/README.md b/packages/react-native/scripts/featureflags/README.md index 4d8e030a5a316e..274a88171d0c44 100644 --- a/packages/react-native/scripts/featureflags/README.md +++ b/packages/react-native/scripts/featureflags/README.md @@ -150,7 +150,7 @@ the C++ core (via JNI). * A JavaScript interface that allows accessing the common values (via a native module) and accessing and customizing the JS-only values. -![Diagram of the architecture of feature flags in React Native](./assets/react-native-feature-flags-architecture.excalidraw-embedded.png) +![Diagram of the architecture of feature flags in React Native](./__docs__/react-native-feature-flags-architecture.excalidraw-embedded.png) _This image has an embedded [Excalidraw](https://www.excalidraw.com) diagram, so you can upload it there if you need to make further modifications._ diff --git a/packages/react-native/scripts/featureflags/assets/react-native-feature-flags-architecture.excalidraw-embedded.png b/packages/react-native/scripts/featureflags/__docs__/react-native-feature-flags-architecture.excalidraw-embedded.png similarity index 100% rename from packages/react-native/scripts/featureflags/assets/react-native-feature-flags-architecture.excalidraw-embedded.png rename to packages/react-native/scripts/featureflags/__docs__/react-native-feature-flags-architecture.excalidraw-embedded.png diff --git a/packages/react-native/src/private/featureflags/README.md b/packages/react-native/src/private/featureflags/README.md new file mode 100644 index 00000000000000..a0cc45744729af --- /dev/null +++ b/packages/react-native/src/private/featureflags/README.md @@ -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.