bsky-app/src/view/com/util/Views.jsx

7 lines
280 B
JavaScript

import {View} from 'react-native'
import Animated from 'react-native-reanimated'
// If you explode these into functions, don't forget to forwardRef!
export const FlatList_INTERNAL = Animated.FlatList
export const CenteredView = View
export const ScrollView = Animated.ScrollView