Move the back-button in front of banner (#5748)
This commit is contained in:
@@ -66,7 +66,7 @@ let ProfileHeaderShell = ({
|
||||
return (
|
||||
<View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||
<View
|
||||
pointerEvents={isIOS ? 'auto' : 'none'}
|
||||
pointerEvents={isIOS ? 'auto' : 'box-none'}
|
||||
style={[a.relative, {height: 150}]}>
|
||||
<GrowableBanner
|
||||
backButton={
|
||||
|
||||
Reference in New Issue
Block a user