This commit is contained in:
Philip Cesar Garay
2025-07-31 21:25:33 +08:00
parent 5cfbc81e3a
commit 84fc719a10
307 changed files with 46470 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import {Dimensions} from 'react-native';
import {resWidth} from '../styles';
const {width: DIMENSION_WIDTH, height: DIMENSION_HEIGHT} =
Dimensions.get('screen');
const BOTTOM_BAR_HEIGHT = resWidth(80);
export {DIMENSION_WIDTH, DIMENSION_HEIGHT, BOTTOM_BAR_HEIGHT};
+1
View File
@@ -0,0 +1 @@
export * from './constants';