UNPKG

react-native-reanimated-progress-bar

Version:

React Native animated progress bar, using react-native-reanimated

3 lines (2 loc) 137 B
import Animated from 'react-native-reanimated'; export default function useAnimatedColor(color: string): Animated.Node<number | string>;