// import { Dimensions } from 'react-native';
// const { width: SCREEN_WIDTH, height: SCREEN_HEIGHT } = Dimensions.get('window');
// const BASE_WIDTH = 430;
// const BASE_HEIGHT = 932;
// export function responsiveFonts(fontSize: number) {
// return fontSize * (Dimensions.get('window').width / 393);
// }
// export const scale = (size: number) => (SCREEN_WIDTH / BASE_WIDTH) * size;
// export const verticalScale = (size: number) =>
// (SCREEN_HEIGHT / BASE_HEIGHT) * size;
// export const moderateScale = (size: number, factor = 0.5) =>
// size + (scale(size) - size) * factor;
// export const { width, height } = Dimensions.get('window');
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)