annoying border in the header
See original GitHub issueWhen the “header” is removed from Login screen , it shows a grey border in the header, kindly help to remove it.
` const LoginStack = createStackNavigator({ Login: { screen: LoginScreen, },
}, { cardStyle: { backgroundColor: ‘#d9dfec’}, transitionConfig, })
const HomeStack = createStackNavigator({ Home: { screen: HomeScreen, navigationOptions: ({navigation}) => ({ header: <Header title="Welcome" navigation={navigation} />, }) }, }, { cardStyle: { backgroundColor: ‘#d9dfec’, //this is the backgroundColor for the app }, transitionConfig, });`
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Word - visible page border and aligned header table
Hello. I'm using Office 365 on my work computer. I want to start a new document that has both visible page border and...
Read more >“Where did that line come from (and how do I get rid of it ...
Go to Format, Borders and Shading (Word 2002-2003) or click the Border drop-down in the Paragraph section of the Home tab of the...
Read more >Border after clicking menu (header and footer) links
Hi guys! I cant figure out how to stop the boarder appearing around the text and logo links on my header and footer....
Read more >Worksheet Border Gap in Header Corner - Tableau Community
Is there any way short of removing YEAR(Date) from Columns to fill in the annoying gap when adding borders to a crosstab view?...
Read more >Missing Left Border - Word Ribbon Tips
The first thing to do is ensure that you really have a left border applied to the graphic. This may entail determining where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
" headerTransparent: true " Great, it worked , thank you
No problem! Glad I could help!