react-native-slider-picker
Advanced tools
Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "react-native-slider-picker", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -110,3 +110,3 @@ /** | ||
console.log(SliderPickerCursor); | ||
console.log(<SliderPickerCursor />); | ||
// | ||
@@ -113,0 +113,0 @@ // Render line-separators and numbers |
@@ -21,3 +21,2 @@ /** | ||
import { vh, vw } from 'react-native-css-vh-vw'; | ||
import colors from '../assets/styles/colors'; | ||
@@ -24,0 +23,0 @@ //------------------------------------------------------------------------------ |
31926
737