feat: fixes and formatter
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
||||
export * from './constants';
|
||||
export * from './constants'
|
||||
|
||||
Reference in New Issue
Block a user