Allow scroll by dragging profile header (#2068)
This commit is contained in:
parent
9562a80908
commit
a687d3f028
3 changed files with 27 additions and 16 deletions
|
@ -70,15 +70,19 @@ export function ProfileHeaderSuggestedFollows({
|
|||
})
|
||||
|
||||
return (
|
||||
<Animated.View style={[{overflow: 'hidden', opacity: 0}, animatedStyles]}>
|
||||
<View style={{paddingVertical: OUTER_PADDING}}>
|
||||
<Animated.View
|
||||
pointerEvents="box-none"
|
||||
style={[{overflow: 'hidden', opacity: 0}, animatedStyles]}>
|
||||
<View style={{paddingVertical: OUTER_PADDING}} pointerEvents="box-none">
|
||||
<View
|
||||
pointerEvents="box-none"
|
||||
style={{
|
||||
backgroundColor: pal.viewLight.backgroundColor,
|
||||
height: '100%',
|
||||
paddingTop: INNER_PADDING / 2,
|
||||
}}>
|
||||
<View
|
||||
pointerEvents="box-none"
|
||||
style={{
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue