Implements professional styling patterns and responsive design for React Native Web applications using the StyleSheet API and platform-specific optimizations.
This skill equips Claude with specialized knowledge for styling React Native components across web and native platforms. It enforces best practices such as using the StyleSheet API for performance, implementing responsive layouts via Flexbox and window dimensions, and managing design systems through theme contexts. By leveraging platform-specific style selection and identifying common anti-patterns, it ensures that your cross-platform UI remains performant, maintainable, and visually consistent across mobile and desktop environments.
Key Features
01Optimized StyleSheet API implementation patterns
0295 GitHub stars
03Robust theming systems using React Context
04Platform-specific style selection using Platform.select()
05Responsive design strategies with useWindowDimensions and Flexbox
06Cross-platform shadow and elevation configurations
Use Cases
01Migrating web-centric CSS patterns to React Native's style-as-object architecture
02Implementing a unified design system and theme provider for a cross-platform React project
03Building responsive UI components that adapt seamlessly between mobile browsers and native apps