We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b14da commit bb0a7edCopy full SHA for bb0a7ed
AGENTS.md
@@ -10,6 +10,12 @@ This document provides context for the any code assistant to understand the `@te
10
- **Tech Stack:** TypeScript, React Native, Jest.
11
- **Architecture:** The library simulates the React Native runtime on top of `universal-test-renderer`.
12
13
+## Project Guidelines
14
+
15
+- Small API surface
16
+- Expose all features of the underlying platform (react, react-reconciler) for Testing Libraries to use
17
+- Render host elements only, yet provide escape hatches to fibers when needed
18
19
## Building and Running
20
21
The project uses `yarn` for dependency management and script execution.
0 commit comments