File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export default function RootLayout() {
147147 options = { {
148148 title : '' ,
149149 headerTitleStyle : { color : colors . text } ,
150- headerTransparent : true ,
150+ // headerTransparent: true,
151151 headerBackButtonDisplayMode : 'minimal' ,
152152 } }
153153 />
Original file line number Diff line number Diff line change @@ -511,6 +511,7 @@ export default function StoryScreen() {
511511
512512 return (
513513 < Container { ...containerProps } >
514+ < Stack . Header transparent = { tabView === 'comments' } />
514515 { ! isPreview && (
515516 < Stack . Toolbar placement = "right" >
516517 { tabView === 'web' ? (
@@ -645,7 +646,6 @@ export default function StoryScreen() {
645646 { webMounted && (
646647 < WebView
647648 ref = { webViewRef }
648- style = { { backgroundColor : colors . background } }
649649 applicationNameForUserAgent = { `${ Application . applicationName } /${ Application . nativeApplicationVersion } ` }
650650 source = { { uri : url } }
651651 originWhitelist = { [
You can’t perform that action at this time.
0 commit comments