const viewableWindowHeight = Dimensions.get(\'window\').height - Header.HEIGHT - ???
How do I get the TabBar height? What if the iPhone is X? How can I take that into a
In the new version use
import { useHeaderHeight } from "react-navigation-stack"; console.log(useHeaderHeight());