@@ -153,7 +153,15 @@ export default function App() {
153153 title : Constants . expoConfig . name ,
154154 headerLargeTitleShadowVisible : false ,
155155 headerLargeTitle : true ,
156+ // headerLargeStyle: {
157+ // backgroundColor: colors.background,
158+ // },
156159 headerTransparent : true ,
160+ // headerStyle: {
161+ // backgroundColor: colors.opaqueHeader,
162+ // },
163+ // headerBlurEffect: 'prominent',
164+ // headerTransparent: true,
157165 } }
158166 />
159167 < Stack . Screen
@@ -164,7 +172,11 @@ export default function App() {
164172 headerBackButtonDisplayMode : 'minimal' ,
165173 title : '' ,
166174 headerTransparent : true ,
167- scrollEdgeEffects : { top : 'automatic' } ,
175+ // headerShadowVisible: false,
176+ // headerStyle: {
177+ // backgroundColor: colors.background,
178+ // },
179+ // headerTransparent: true,
168180 } }
169181 />
170182 < Stack . Screen
@@ -194,7 +206,6 @@ export default function App() {
194206 presentation : 'modal' ,
195207 headerTransparent : true ,
196208 headerShadowVisible : false ,
197- scrollEdgeEffects : { top : 'automatic' } ,
198209 } }
199210 />
200211 < Stack . Screen
@@ -203,7 +214,6 @@ export default function App() {
203214 options = { {
204215 // headerShown: false,
205216 headerTransparent : true ,
206- scrollEdgeEffects : { top : 'automatic' } ,
207217 title : '' ,
208218 headerRight : ( ) => (
209219 < TouchableOpacity
@@ -289,7 +299,6 @@ export default function App() {
289299 // backgroundColor: colors.background2,
290300 // },
291301 headerTransparent : true ,
292- scrollEdgeEffects : { top : 'automatic' } ,
293302 contentStyle : {
294303 backgroundColor : colors . background2 ,
295304 } ,
@@ -323,7 +332,7 @@ export default function App() {
323332 options = { {
324333 presentation : 'modal' ,
325334 headerTransparent : true ,
326- scrollEdgeEffects : { top : 'automatic' } ,
335+ headerShadowVisible : false ,
327336 headerTitle : ( ) => (
328337 < View >
329338 < Text bold size = "title3" >
0 commit comments