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/)

8 lines (5 loc) 228 B
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;