Skip to main content

API Index

This page summarizes the public surface area and points to the detailed pages for each part of the library.

Components

  • LinearGradient See LinearGradient for start, end, angle, positions, blur, and tileMode. All props accept Reanimated SharedValues directly.
  • RadialGradient See RadialGradient for center, radius, positions, blur, and tileMode. All props accept Reanimated SharedValues directly.
  • SweepGradient See SweepGradient for center, positions, blur, and tileMode. All props accept Reanimated SharedValues directly.

Shared props

  • colors: ColorValue[]
  • positions?: number[]
  • blur?: number
  • tileMode?: TileMode

Types

  • Vector
  • PercentString
  • RadiusValue
  • ColorValue

Guides