Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions agents/example-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- `babel.config.js`
- `eslint.config.mjs`
- `README.md`
- `AGENTS.md`
- existing tracked image assets in `assets/`
- `.expo-shared/assets.json` if it existed before
- Keep the fresh Expo entrypoint `index.ts`.
Expand All @@ -40,6 +41,7 @@
- `.eslintrc`
- `.eslintignore`
- `README.md`
- `AGENTS.md`
- custom assets not present in the scaffold, such as `assets/gradientRNBanner.png`
- existing tracked image assets in `assets/`
- `.expo-shared/assets.json` if it existed before
Expand Down
7 changes: 7 additions & 0 deletions examples/basic/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# React Native Testing Library in this project

This project uses `@testing-library/react-native`. Its APIs and testing conventions can differ from your training data.
Before writing or changing RNTL tests, read the relevant guide in
`node_modules/@testing-library/react-native/docs/`, starting with
`node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md`.
Prefer those package docs over stale assumptions, and follow deprecation notices.
7 changes: 7 additions & 0 deletions examples/cookbook/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# React Native Testing Library in this project

This project uses `@testing-library/react-native`. Its APIs and testing conventions can differ from your training data.
Before writing or changing RNTL tests, read the relevant guide in
`node_modules/@testing-library/react-native/docs/`, starting with
`node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md`.
Prefer those package docs over stale assumptions, and follow deprecation notices.
Loading