Skip to main content

expo-symbols

Version: 55.0.4 Provides access to the SF Symbols library on iOS and Material Symbols on Android for React Native and Expo apps.

Installation

Usage

API Reference

SymbolView Props

string
required
SF Symbol name (iOS) or Material Symbol name (Android)
number
default:"24"
Symbol size in points
string
Symbol color
'monochrome' | 'hierarchical' | 'palette' | 'multicolor'
default:"monochrome"
Symbol rendering mode (iOS)
'ultraLight' | 'thin' | 'light' | 'regular' | 'medium' | 'semibold' | 'bold' | 'heavy' | 'black'
default:"regular"
Symbol weight
'small' | 'medium' | 'large'
default:"medium"
Symbol scale
string[]
Colors for palette mode
object
Animation configuration
React.ReactNode
Fallback component if symbol not available

Examples

Basic Symbol

Animated Symbol

Palette Colors

With Fallback

Platform Support

Resources