temporarily put back device width height

This commit is contained in:
noumantahir 2024-09-30 17:48:25 +05:00
parent b530072da7
commit 23ea61bb0f

View File

@ -50,8 +50,11 @@ export default {
$chartText: '#357ce6',
// Devices Sizes
$deviceHeight:'100%',
$deviceWidth: '100%',
$deviceHeight:
Platform.OS === 'ios'
? getWindowDimensions().height
: getWindowDimensions().height + StatusBar.currentHeight,
$deviceWidth: getWindowDimensions().width,
// Fonts Properties
$primaryFont: 'Roboto',