Based on https://github.com/react-navigation/react-navigation/discussions/10620 it would be nice to get the calculated height of top tabs.
The use case for this is to determine the amount of screen height used up by a combination of top tabs, headers, and/or bottom tabs when using KeyboardAvoidingView so that inputs can correctly avoid the Keyboard by that height.