mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at react-sdui 7 lines 280 B view raw
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