import { Dimensions } from "react-native"; const {width: SCREEN_WIDTH} = Dimensions.get('window'); export const DEFAULT_TRACK_HEIGHT = 4; export const DEFAULT_THUMB_SIZE = 15; export const DEFAULT_SLIDER_WIDTH = SCREEN_WIDTH;