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: Flexbox Layout React Native uses Flexbox by default: Responsive Design Use Dimensions for responsive layouts: Platform-Specific Styles Apply platform-specific styles: Best Practices Use StyleSheet.create() Always use StyleSheet for performance: Combine Styles with Array Compose styles using arrays: Design Tokens Create reusable design tokens: Theme Context Implement t…