Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to calc() height in react native for styling

import {useWindowDimensions} from 'react-native';

const windowWidth = useWindowDimensions().width;
const windowHeight = useWindowDimensions().height;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #height #react #native #styling
ADD COMMENT
Topic
Name
5+7 =