🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-native-tags-input

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-tags-input - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+3
-3
index.js

@@ -183,11 +183,11 @@ import React from 'react';

tags: PropTypes.object,
updateState: PropTypes.function,
updateState: PropTypes.func,
keysForTag: PropTypes.string,
containerStyle: ViewPropTypes.style,
inputContainerStyle: ViewPropTypes.style,
inputStyle: ViewPropTypes.style,
inputStyle: TextInput.propTypes.style,
disabledInputStyle: ViewPropTypes.style,
leftElementContainerStyle: ViewPropTypes.style,
rightElementContainerStyle: ViewPropTypes.style,
labelStyle: ViewPropTypes.style,
labelStyle: Text.propTypes.style,
deleteIconStyles: ViewPropTypes.style,

@@ -194,0 +194,0 @@ };

{
"name": "react-native-tags-input",
"version": "1.0.6",
"version": "1.0.7",
"description": "Input component for React Native to add and remove tags.",

@@ -5,0 +5,0 @@ "main": "index.js",