react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines (6 loc) • 376 B
JavaScript
import { Image } from 'react-native';
import createAnimatedComponent from '../../createAnimatedComponent';
import { Component } from 'react';
// TODO TYPESCRIPT This is a temporary type to get rid of .d.ts file.
export const AnimatedImage = createAnimatedComponent(Image); // TODO TYPESCRIPT This temporary cast is to get rid of .d.ts file.
//# sourceMappingURL=Image.js.map