UNPKG

react-native-app-notification

Version:
4 lines (3 loc) 148 B
import { Animated } from 'react-native'; declare const useAnimatedValue: (initialValue: number) => Animated.Value; export default useAnimatedValue;