skills/smithery.ai/hoangnguyen0403-react-native-styling

hoangnguyen0403-react-native-styling

Installation
SKILL.md

React Native Styling

Priority: P1 (OPERATIONAL)

Implementation Guidelines

  • StyleSheet.create: Always use over inline objects (optimized, validated).
  • Flexbox: Default layout. No CSS Grid.
  • Responsive: Use Dimensions, useWindowDimensions, or percentage widths.
  • Theming: Centralize colors, fonts in theme/ folder.
  • Platform Styles: Use Platform.select for conditional styles.
  • Dark Mode: Use React Context + useColorScheme().

Code

Installs
1
First Seen
Feb 28, 2026
hoangnguyen0403-react-native-styling from smithery.ai