1import{View}from'react-native'2importAnimatedfrom'react-native-reanimated'34// If you explode these into functions, don't forget to forwardRef!
5exportconstFlatList_INTERNAL=Animated.FlatList6exportconstCenteredView=View7exportconstScrollView=Animated.ScrollView