react-native-tags-input
Advanced tools
+3
-3
@@ -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 @@ }; |
+1
-1
| { | ||
| "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", |
15085
0.02%