Skip to main content

useAnimatedValue()

Hook to get the animated value.

import { useAnimatedValue } from 'react-native-scrollable-navigation-bar';const animatedValue: Animated.Value = useAnimatedValue();