- Core Concepts
- React Native components are styled using JavaScript
- Color properties match CSS on web platforms
- PlatformColor API references platform's color system
- DynamicColorIOS enables iOS-specific light/dark mode color specification
- Color Formats
- RGB supports hexadecimal and functional notation
- HSL and HWB formats available in functional notation
- Color ints can be used in RGB mode
- Named colors follow CSS3/SVG specification
- Named Colors
- Only lowercase color names supported
- Transparent is shortcut for rgba(0,0,0,0)
- 50+ color keywords available for each color
- Colors can be combined with RGB values