UNPKG

react-native-epic-slider

Version:

![NPM Version](https://img.shields.io/npm/v/react-native-epic-slider) ![NPM Downloads](https://img.shields.io/npm/dw/react-native-epic-slider) [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

10 lines (9 loc) 278 B
"use strict"; 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; //# sourceMappingURL=utils.js.map