How to get screen height in Expo
April 23, 2020
The screen height can be retrieved using the Dimensions
package:
import Dimensions from "react-native"
Dimensions.get("window").height
Subscribe to my newsletter!
A weekly round-up of new blog posts and updates to projects I’m working on.