home / skills / partme-ai / full-stack-skills / react-native
This skill provides guidance for React Native development across components, navigation, native modules, and platform-specific code to build mobile apps.
npx playbooks add skill partme-ai/full-stack-skills --skill react-nativeReview the files below or copy the command above to add this skill to your agents.
---
name: react-native
description: Provides comprehensive guidance for React Native development including components, navigation, native modules, platform-specific code, and mobile app development. Use when the user asks about React Native, needs to create mobile applications, implement React Native components, or work with React Native features.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides comprehensive, practical guidance for building mobile apps with React Native. It covers components, navigation, native modules, platform-specific code, performance, and testing. Use it to design, implement, and troubleshoot cross-platform React Native projects with clear, actionable advice.
The skill inspects app architecture, suggests component patterns, and recommends navigation and state-management strategies tailored to your use case. It explains how to integrate native modules, implement platform-specific APIs, and optimize performance for iOS and Android. It also provides code examples, debugging tips, and testing strategies to validate changes before release.
Should I use Expo or plain React Native?
Use Expo for faster prototyping and simpler native APIs; eject to bare React Native when you need custom native modules or advanced native configuration.
How do I debug platform-specific bugs?
Reproduce the issue on the target device, use platform logs (adb logcat, Xcode console), run Flipper, and isolate code behind platform checks to narrow scope.