react-native-styling
Installation
SKILL.md
React Native Styling
Use this skill when styling React Native components using StyleSheet API, Flexbox layout, and creating responsive, platform-aware designs.
Key Concepts
StyleSheet API
Create optimized styles with StyleSheet:
import { View, Text, StyleSheet } from 'react-native';