blob: 02a2b407ee9d61c2bdcc8d103f5431af4f66c72c (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|