摘要: import { Platform, Dimensions, PixelRatio } from 'react-native'; // iPhoneX const X_WIDTH = 375; const X_HEIGHT = 812; // screen 屏幕宽度 export const SCR 阅读全文