ericvicenti / navigation-rfc

Better Navigation in React Native
441 stars 44 forks source link

Is Navigation.Header always 64 pixels tall? #83

Closed yefim closed 8 years ago

yefim commented 8 years ago

I finally found how to start my content under the overlaid header. Now I'm wondering if that number will ever change.

chenxsan commented 8 years ago

If we are talking about iOS platform, I think the answer is yes.

I would suggest using Navigation.Header.HEIGHT instead of 64 directly in your code.

yefim commented 8 years ago

Perfect, thank you!