react-native-design

Develop React Native mobile apps with styling, navigation, and animations.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yusufcmg/Antigravity-Agents-Workflows --skill react-native-design-yusufcmg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-native-design
Source: https://github.com/yusufcmg/Antigravity-Agents-Workflows/tree/main/.agent/skills/mobile/react-native-design
Command: npx skills add https://github.com/yusufcmg/Antigravity-Agents-Workflows --skill react-native-design-yusufcmg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and reusable components for mastering React Native styling, navigation, and animations, enabling the creation of high-quality, cross-platform mobile applications.

Core Features & Use Cases

  • Advanced Styling: Implement complex UI designs using StyleSheet, Flexbox, and dynamic styling.
  • Navigation Patterns: Set up and manage navigation flows with React Navigation (Stack, Tabs, Drawers).
  • Performant Animations: Create fluid user experiences with Reanimated 3 and Gesture Handler.
  • Platform Consistency: Ensure a native look and feel across iOS and Android.
  • Use Case: Develop a new feature for a mobile app that requires a custom animated onboarding flow, a bottom tab navigator, and platform-specific UI elements for different screen sizes.

Quick Start

Use the react-native-design skill to create a reusable ItemCard component with an image, title, and subtitle, including a press animation.

Frequently Asked Questions about react-native-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create fluid mobile UI animations with React Native Reanimated 3?

React Native animations with Reanimated 3 are created by defining worklets that run on the UI thread, often paired with Gesture Handler for touch-responsive interactions. This approach ensures performant, fluid user experiences without blocking JavaScript execution.

What's the best way to set up navigation flows using React Navigation?

Setting up React Navigation involves configuring Stack, Tab, and Drawer navigators to manage routing across mobile screens. This provides a structured navigation hierarchy, allowing smooth transitions between different views and bottom tab bars.

How do I handle responsive design and platform-specific adaptations for iOS and Android?

Responsive design in React Native is handled using Flexbox and dynamic styling within StyleSheet components. Platform-specific adaptations ensure a native look and feel across iOS and Android by conditionally rendering UI elements for different screen sizes.

Can I build a custom animated onboarding flow using React Native styling and Gesture Handler?

Yes, building a custom animated onboarding flow combines React Native styling, Reanimated 3, and Gesture Handler to create interactive screen transitions. This delivers a highly engaging introduction experience tailored for cross-platform mobile applications.