How to get screen height in Expo
The screen height can be retrieved using the Dimensions
package:
import Dimensions from "react-native";
Dimensions.get("window").height;
The screen height can be retrieved using the Dimensions
package:
import Dimensions from "react-native";
Dimensions.get("window").height;