feat: fixes and formatter

This commit is contained in:
2026-01-12 16:01:32 +01:00
parent 85c6084351
commit 11e632acff
353 changed files with 23315 additions and 27361 deletions
+5 -6
View File
@@ -1,9 +1,8 @@
import {Dimensions} from 'react-native';
import {resWidth} from '../styles';
import { Dimensions } from 'react-native'
import { resWidth } from '../styles'
const {width: DIMENSION_WIDTH, height: DIMENSION_HEIGHT} =
Dimensions.get('screen');
const { width: DIMENSION_WIDTH, height: DIMENSION_HEIGHT } = Dimensions.get('screen')
const BOTTOM_BAR_HEIGHT = resWidth(80);
const BOTTOM_BAR_HEIGHT = resWidth(80)
export {DIMENSION_WIDTH, DIMENSION_HEIGHT, BOTTOM_BAR_HEIGHT};
export { DIMENSION_WIDTH, DIMENSION_HEIGHT, BOTTOM_BAR_HEIGHT }
+1 -1
View File
@@ -1 +1 @@
export * from './constants';
export * from './constants'