You can get the application window's width and height through dimension api Usage import { View, Render, Window, Text, Image, Button, Dimensions } from 'lvgljs-ui'; import React, { useState } from 'react'; const { width, height } = Dimensions.window