Files
2026-07-21 17:22:06 +02:00

24 lines
1.1 KiB
Markdown

# Code Assistant Context
`@testing-library/react-native` is a TypeScript/Jest library for testing React Native components with user-focused testing patterns.
> [!IMPORTANT]
> Never run git commands that create commits, push, or modify the index/history (`git commit`, `git push`, `git add`, `git rm`, `git reset`, `git rebase`, `git merge`, `git stash`, `git tag`, etc.). Only make working-tree changes and read-only git inspections; the human stages and commits. See [Git, releases, and PR workflow](agents/git-workflow.md).
- Package manager: `yarn` (`yarn@4.11.0`)
- Common commands:
- `yarn test`
- `yarn test:ci`
- `yarn typecheck`
- `yarn lint`
- `yarn format:check`
- `yarn build`
- `yarn validate`
- Task-specific guidance:
- [Architecture and API design](agents/architecture.md)
- [Build, validation, and repo layout](agents/build-and-validation.md)
- [TypeScript and code style](agents/code-style.md)
- [Testing conventions](agents/testing.md)
- [Example app regeneration](agents/example-apps.md)
- [Git, releases, and PR workflow](agents/git-workflow.md)