Fix scrolling for labeler profiles (#4286)
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
import React from 'react'
|
||||
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 function CenteredView(props) {
|
||||
return <View {...props} />
|
||||
}
|
||||
|
||||
export function ScrollView(props) {
|
||||
return <Animated.ScrollView {...props} />
|
||||
}
|
||||
export const CenteredView = View
|
||||
export const ScrollView = Animated.ScrollView
|
||||
|
||||
Reference in New Issue
Block a user