UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

7 lines (4 loc) 213 B
import { ScrollView } from 'react-native'; import createAnimatedComponent from '../../createAnimatedComponent'; const AnimatedScrollView = createAnimatedComponent(ScrollView); export default AnimatedScrollView;