Reputation: 21
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