mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
temporarily put back device width height
This commit is contained in:
parent
b530072da7
commit
23ea61bb0f
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user