UNPKG

react-native-image-slider-carousel

Version:
4 lines (3 loc) 154 B
import { Dimensions } from "react-native"; export const width = Dimensions.get('screen').width; export const height = Dimensions.get('screen').height;