File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - ` babel.config.js `
2222 - ` eslint.config.mjs `
2323 - ` README.md `
24+ - ` AGENTS.md `
2425 - existing tracked image assets in ` assets/ `
2526 - ` .expo-shared/assets.json ` if it existed before
2627- Keep the fresh Expo entrypoint ` index.ts ` .
4041 - ` .eslintrc `
4142 - ` .eslintignore `
4243 - ` README.md `
44+ - ` AGENTS.md `
4345 - custom assets not present in the scaffold, such as ` assets/gradientRNBanner.png `
4446 - existing tracked image assets in ` assets/ `
4547 - ` .expo-shared/assets.json ` if it existed before
Original file line number Diff line number Diff line change 1+ # React Native Testing Library in this project
2+
3+ This project uses ` @testing-library/react-native ` . Its APIs and testing conventions can differ from your training data.
4+ Before writing or changing RNTL tests, read the relevant guide in
5+ ` node_modules/@testing-library/react-native/docs/ ` , starting with
6+ ` node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md ` .
7+ Prefer those package docs over stale assumptions, and follow deprecation notices.
Original file line number Diff line number Diff line change 1+ # React Native Testing Library in this project
2+
3+ This project uses ` @testing-library/react-native ` . Its APIs and testing conventions can differ from your training data.
4+ Before writing or changing RNTL tests, read the relevant guide in
5+ ` node_modules/@testing-library/react-native/docs/ ` , starting with
6+ ` node_modules/@testing-library/react-native/docs/guides/llm-guidelines.md ` .
7+ Prefer those package docs over stale assumptions, and follow deprecation notices.
You can’t perform that action at this time.
0 commit comments