Socket
Socket
Sign inDemoInstall

react-native-multi-selectbox

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-multi-selectbox - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

2

index.js

@@ -219,3 +219,3 @@ import React, { useState, memo, useMemo } from 'react'

<TouchableOpacity hitSlop={hitSlop} onPress={onPressShowOptions()}>
<Text style={kSelectedItemStyle()}>{value.item || label}</Text>
<Text style={kSelectedItemStyle()}>{value.item || inputPlaceholder || label}</Text>
</TouchableOpacity>

@@ -222,0 +222,0 @@ )}

{
"name": "react-native-multi-selectbox",
"version": "1.4.8",
"version": "1.4.9",
"description": "Platform independent (Android / iOS) Selectbox | Picker | Multi-select | Multi-picker. The idea is to bring out the common user-interface & user-experience on both platforms.",

@@ -31,2 +31,2 @@ "repository": {

"license": "MIT"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc