UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 249 B
import { ScrollView } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedScrollView = createAnimatedComponent(ScrollView); export default AnimatedScrollView; //# sourceMappingURL=ScrollView.js.map