UNPKG

react-native-story-component

Version:
10 lines 202 B
import { Dimensions } from 'react-native'; const { width, height } = Dimensions.get('window'); export default { DEVICE_WIDTH: width, DEVICE_HEIGHT: height }; //# sourceMappingURL=Computed.js.map