mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move the back-button in front of banner (#5748)

authored by

gpp-0 and committed by
GitHub
240535fd 0b4dc64c

+2 -2
+1 -1
src/screens/Profile/Header/GrowableBanner.tsx
··· 36 36 if (!pagerContext || !isIOS) { 37 37 return ( 38 38 <View style={[a.w_full, a.h_full]}> 39 - {backButton} 40 39 {children} 40 + {backButton} 41 41 </View> 42 42 ) 43 43 }
+1 -1
src/screens/Profile/Header/Shell.tsx
··· 66 66 return ( 67 67 <View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}> 68 68 <View 69 - pointerEvents={isIOS ? 'auto' : 'none'} 69 + pointerEvents={isIOS ? 'auto' : 'box-none'} 70 70 style={[a.relative, {height: 150}]}> 71 71 <GrowableBanner 72 72 backButton={