mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at session-alignment 9 lines 274 B view raw
1import React from 'react' 2import {View} from 'react-native' 3import Animated from 'react-native-reanimated' 4 5export const FlatList_INTERNAL = Animated.FlatList 6export const ScrollView = Animated.ScrollView 7export function CenteredView(props) { 8 return <View {...props} /> 9}