@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.
- Package manager:
yarn(yarn@4.11.0) - Common commands:
yarn testyarn test:ciyarn typecheckyarn lintyarn format:checkyarn buildyarn validate
- Task-specific guidance: