react-native-dropdown-picker
Advanced tools
Comparing version 3.1.9 to 3.1.10
@@ -1,4 +0,4 @@ | ||
import { ComponentType } from 'react'; | ||
declare module 'react-native-dropdown-picker' { | ||
import { ComponentType } from 'react'; | ||
type DropDownPicker = { | ||
@@ -5,0 +5,0 @@ items: {label: any, value: any, icon?: () => JSX.Element, disabled?: boolean, selected?: boolean}[]; |
{ | ||
"name": "react-native-dropdown-picker", | ||
"version": "3.1.9", | ||
"version": "3.1.10", | ||
"description": "A single or multiple, searchable item picker (dropdown) component for react native which supports both Android & iOS.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -293,5 +293,2 @@ import React from 'react'; | ||
<ScrollView style={{width: '100%'}} nestedScrollEnabled={true}> | ||
@@ -298,0 +295,0 @@ {items.length > 0 ? items.map((item, index) => ( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67663