React Native Get Get Base Wysokość
import { Dimensions} from "react-native";
const screenHeight = Dimensions.get('screen').height;
const windowHeight = Dimensions.get('window').height;
const navbarHeight = screenHeight - windowHeight
Developer Jaism