Answers for "get height and width of screen in react native"

0

get height and width of screen in react native

import { Dimensions } from 'react-native';

const width = Dimensions.get('window').width;
const height = Dimensions.get('window').height;

//publisher - Bathila Sanvidu Jayasundara - FullStack Developer
Posted by: Guest on April-06-2022

Code answers related to "get height and width of screen in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language