react-native-select-dropdown-menu
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "react-native-select-dropdown-menu", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,2 +32,3 @@ import React, {forwardRef, useEffect, useImperativeHandle, useRef, useState} from 'react'; | ||
renderDropdownIcon, | ||
onSubmitEditing, | ||
dropdownIconPosition, | ||
@@ -189,2 +190,3 @@ statusBarTranslucent, | ||
keyboardType={keyboardType} | ||
onSubmitEditing={onSubmitEditing} | ||
/> | ||
@@ -191,0 +193,0 @@ </View> |
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
34811
747