user2093532
user2093532

Reputation: 21

How do I get the height of the bottom tabBar in react-native-navigation

I'm using WIX navigator in my react native app, and I'm animating a component based on whether or not the keyboard is showing. My problem is that the bottom and endCoordinates change depending on if the drawUnderTabBar style setting is true or false.

Obviously, I can get/set the value of drawUnderTabBar, but how do I get the height of the tabBar when it's showing?

Upvotes: 2

Views: 5147

Answers (1)

guy.gc
guy.gc

Reputation: 3501

Looking in the source code is a good way to start.

Upvotes: 1

Related Questions