jutsu-react-native:react-native-platform

Official

Platform-specific React Native code handling

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers handling platform-specific code in React Native for iOS and Android, including Platform API usage and cross-platform best practices.

Core Features & Use Cases

  • Platform detection: Platform.OS with platform-specific logic.
  • Platform-specific files: iOS vs Android implementations.
  • Cross-platform patterns: Shared components with platform-specific tweaks.

Quick Start

Create a Button component with Button.ios.tsx and Button.android.tsx and a shared fallback Button.tsx.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: jutsu-react-native:react-native-platform
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#jutsu-react-native-react-native-platform

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository