question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

annoying border in the header

See original GitHub issue

When the “header” is removed from Login screen , it shows a grey border in the header, kindly help to remove it.

Screen Shot 2019-06-20 at 2 57 12 PM

` 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:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
Gardens18commented, Jun 23, 2019

" headerTransparent: true " Great, it worked , thank you

0reactions
palingheorghecommented, Jun 24, 2019

No problem! Glad I could help!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found