interpolate
interpolate lets you map a value from one range to another using linear interpolation.
clamp
clamp lets you limit a value within a specified range.
interpolateColor
interpolateColor maps input range to output colors using linear interpolation.
getRelativeCoords
getRelativeCoords determines the location on the screen, relative to the given view.
DynamicColorIOS
DynamicColorIOS is a workletized version of a React Native's DynamicColorIOS, designed to be used within Reanimated. It's a way to define colors that automatically adapt to light and dark mode on iOS.