Implements responsive, cross-platform styling patterns for React Native Web applications using the StyleSheet API and established best practices.
This skill equips Claude with specialized knowledge for styling React Native Web applications, ensuring high-performance and consistent user interfaces across web and mobile platforms. It provides deep guidance on the core StyleSheet API, responsive layout techniques using Flexbox, and implementation strategies for theming and platform-specific overrides. By leveraging this skill, developers can automate the creation of accessible, scalable, and optimized styles while avoiding common anti-patterns like standard CSS classes or hardcoded pixel strings that break native compatibility.
Key Features
0172 GitHub stars
02Cross-platform shadow and elevation handling
03Optimized StyleSheet API implementation patterns
04Platform-specific style selection using Platform.select()
05Comprehensive theming architecture with React Context
06Responsive design via useWindowDimensions and Flexbox
Use Cases
01Building responsive layouts that adapt seamlessly from mobile screens to desktop browsers
02Refactoring legacy inline styles into high-performance StyleSheet objects
03Implementing a unified design system with shared colors and spacing across platforms