import Animated from 'react-native-reanimated' import { Svg, Path } from 'react-native-svg' const AnimatedSvg = Animated.createAnimatedComponent(Svg); const AnimatedPath = Animated.createAnimatedComponent(Path);