A comprehensive skill for building performant cross-platform mobile applications using React Native and Expo components.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install react-native
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install react-native using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
React Native is a robust framework for building native mobile applications using React and JavaScript. This Openclaw Skills integration provides a specialized set of development rules, performance optimizations, and best practices designed to ensure your mobile apps are fast, maintainable, and platform-compliant. By focusing on mobile-specific paradigms rather than web-based patterns, this skill helps developers navigate the complexities of cross-platform UI, native modules, and efficient memory management.
Utilizing this skill within your workflow ensures that common pitfalls—such as memory leaks from uncleaned effects or performance bottlenecks in large lists—are avoided from the start. Whether you are building with Expo or the bare React Native CLI, these guidelines provide a technical roadmap for delivering high-quality user experiences on both iOS and Android platforms.
To utilize this skill effectively, ensure your development environment has the necessary binaries installed. You can initialize a project using the following commands:
# Initialize an Expo project
npx create-expo-app MyMobileApp
# Or initialize a bare React Native project
npx react-native@latest init MyMobileApp
# For iOS projects, ensure native dependencies are linked
cd ios && pod install
Once initialized, the Openclaw Skills rules should be applied to your project configuration to guide the AI agent in following best practices for mobile development.
The skill organizes development workflows around specific mobile technical pillars:
| Pillar | Implementation | Technical Requirement |
|---|---|---|
| Performance | Virtualization | Use FlatList with stable keyExtractor |
| Navigation | Routing Logic | React Navigation or Expo Router |
| Styling | Native Styles | StyleSheet.create with Flexbox defaults |
| State | Local & Global | Minimal lift-state and Context splitting |
| Build | CI/CD | EAS Build or native Gradle/Xcode workflows |
| Engine | Execution | Hermes enabled for optimized startup |
Loading
A comprehensive technical guide for optimizing Raspberry Pi hardware and software configurations to ensure stability and performance.

A production-grade development skill for building robust Ruby on Rails applications while avoiding performance bottlenecks and security risks.

A comprehensive framework for building, optimizing, and debugging production-grade Retrieval-Augmented Generation pipelines.

A technical guardrail and optimization module for AI agents to write idiomatic, bug-free R code by avoiding common language-specific traps.

A sophisticated AI framework for optimizing book recommendations, reading methodologies, and knowledge retention.

A specialized agent protocol for guiding property decisions across all jurisdictions for buyers, sellers, landlords, and investors.








































