Header not up to Material Design spec?
See original GitHub issuereact-native, react and native-base version
react-native 0.52.0
react 16.2.0
native-base ^2.3.3
Reproduction
      <Header>
        <Left>
          <Button onPress={this.toggleHamburger} transparent>
            <Icon name="menu" />
          </Button>
        </Left>
        <Body>
          <Title>Settings</Title>
        </Body>
        <Right></Right>
      </Header>
I am getting results that don’t line up with Material UI Guidelines on headers.
Actual Behavior
 
Expected behaviour
I expect Left to not be so large and Title to line up with the 72dp guideline.
Is the bug present in both ios and android or in any one of them?
Android
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
 Top Results From Across the Web
Top Results From Across the Web
Guidelines - Material Design
Platform guidance helps you make detailed decisions about what conventions are proper for each platform. Up next. Material Theming. Theming overview ...
Read more >material design not recognize - angular - Stack Overflow
According to the comments for Lys's answer, you need to import MainHeaderModule in app.module.ts. Then you will get the error you mentioned
Read more >mdl-layout__header--scroll not working in small screen #4180
Having scrollable header is not an MD spec indeed but since you provide that option, just wondering if we can make the effect...
Read more >Customizing Typography - Angular Material
To use Roboto, your application must load the font, which is not included with ... of the Material Design specification, outlined in the...
Read more >Google Material Design Tutorial for iOS: Getting Started
In this tutorial, you'll get a primer on Material Design and build a simple app ... Now add the following properties to HomeHeaderView...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

Fixed with 2.4.3
@rohithramachandran Are you sure? It’s working for me (using v2.4.1).
Removing
<Left />still works.