grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
571 stars 40 forks source link

How to get the height of bottom nav bar? #776

Closed afkcodes closed 6 months ago

afkcodes commented 6 months ago

Hi, @grahammendick i want to place something on top of bottom nav bar but for that i need to know the height of the bottom nav bar. is there any way to get the same ?

grahammendick commented 6 months ago

Do you mean the tab bar? It's a fixed height so you can hard code it. But you'll notice the height is different depending on the platform and whether you're using material 3, for example. You can also get these values from the Android/iOS specs - that's where I got them from.