zereight-react-native
zereight-react-native
This skill does not contain implementation details. It routes you to the right specialist skill based on what you're building.
Skill map
| Task | Use this skill |
|---|---|
| Components, styling, layout, Expo basics | react-native-basics |
| Animations, Reanimated, Gesture Handler | react-native-animations |
| State management (Zustand, Redux, TanStack Query) | react-native-state |
| Navigation, deep linking, tab/stack structure | react-native-navigation |
| Native modules, Turbo Modules, JSI, Fabric | react-native-native-modules |
| Testing (Jest, Testing Library, Detox) | zereight-react-native-testing / react-native-testing |
| Deployment (EAS Build, App Store, Play Store) | react-native-deployment |
| Storybook setup | setup-react-native-storybook |
| Writing Storybook stories | writing-react-native-storybook-stories |
| HeroUI Native components | heroui-native |
| Performance optimization guide (FPS, TTI, bundle) | react-native-best-practices / vercel-react-native-skills |
| Performance regression detection during code review | zereight-react-native-optimizer |
When to delegate to optimizer
zereight-react-native-optimizer is a review tool, not a development guide.
Invoke the optimizer when:
- A PR diff touches list rendering, animation, or native module code
- Reviewing an RN PR alongside
zereight-review
Quick decision guide
Building a new feature?
→ Use the specialist skill matching the feature domain
Debugging a performance issue?
→ react-native-best-practices or vercel-react-native-skills
Reviewing a PR?
→ zereight-review + zereight-react-native-optimizer
UI component library?
→ heroui-native
More from zereight/skill
zereight-react-native-optimizer
React Native performance review checklist for code reviews. Use when reviewing RN code to detect rendering, animation, and native performance regressions. Complements zereight-review — run both together on RN PRs.
10zereight-react-native-testing
Write tests using React Native Testing Library (RNTL) v13/v14. Covers render, screen, queries, Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Use when writing, reviewing, or fixing React Native component tests.
6zereight-learning
Situational learning coach that helps the user recognize a concrete situation, understand the key concept, practice with targeted exercises, receive feedback, and adapt future explanations to the user's learning style. Use when the user wants to learn from a specific scenario, mistake, code review, workflow, decision, incident, concept, or repeated pattern; when they ask for practice questions, quizzes, coaching, tutoring, drills, feedback, or step-by-step learning; or when the agent should turn an observed situation into a teachable moment.
1