chore: example apps AGENTS.md (#1915)

This commit is contained in:
Maciej Jastrzebski
2026-06-05 12:47:33 +02:00
committed by GitHub
parent 6fbeb624c9
commit e53adb11c6
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -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`.
@@ -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
+7
View File
@@ -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
View File
@@ -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.