Move the back-button in front of banner (#5748)
This commit is contained in:
@@ -36,8 +36,8 @@ export function GrowableBanner({
|
||||
if (!pagerContext || !isIOS) {
|
||||
return (
|
||||
<View style={[a.w_full, a.h_full]}>
|
||||
{backButton}
|
||||
{children}
|
||||
{backButton}
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -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