API Index
This page summarizes the public surface area and points to the detailed pages for each part of the library.
Components
LinearGradientSee LinearGradient forstart,end,angle,positions,blur, andtileMode. All props accept Reanimated SharedValues directly.RadialGradientSee RadialGradient forcenter,radius,positions,blur, andtileMode. All props accept Reanimated SharedValues directly.SweepGradientSee SweepGradient forcenter,positions,blur, andtileMode. All props accept Reanimated SharedValues directly.
Shared props
colors: ColorValue[]positions?: number[]blur?: numbertileMode?: TileMode
Types
VectorPercentStringRadiusValueColorValue
Guides
- Reanimated Integration for shared-value updates.