UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines (4 loc) 200 B
import { Image } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedImage = createAnimatedComponent(Image as any); export default AnimatedImage;