mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1import {View} from 'react-native' 2import Animated from 'react-native-reanimated' 3 4// If you explode these into functions, don't forget to forwardRef! 5export const FlatList_INTERNAL = Animated.FlatList 6export const CenteredView = View 7export const ScrollView = Animated.ScrollView