diff --git a/packages/react-native/src/private/testing/fantom/specs/__docs__/README.md b/packages/react-native/src/private/testing/fantom/specs/__docs__/README.md new file mode 100644 index 00000000000..5417edef807 --- /dev/null +++ b/packages/react-native/src/private/testing/fantom/specs/__docs__/README.md @@ -0,0 +1,19 @@ +# Fantom + +[🏠 Home](../../../../../../../../__docs__/README.md) + +This directory contains the specifications for internal native modules used by +Fantom. These are not meant to be consumed directly. + +> [!NOTE] +> +> These definitions are here (in the `react-native` package) and not in the +> `@react-native/fantom` package just for convenience, to reuse the same codegen +> configuration we already have (that is configured to look for definitions in +> `src/`). + +## 🔗 Relationship with other systems + +### Part of + +- [Fantom](../../../../../../../react-native-fantom/__docs__/README.md).