react-native-autocomplete-input
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -108,3 +108,3 @@ import React, { Component, PropTypes } from 'react'; | ||
dataSource={dataSource} | ||
keyboardShouldPersistTaps={true} | ||
keyboardShouldPersistTaps="always" | ||
renderRow={renderItem} | ||
@@ -111,0 +111,0 @@ renderSeparator={renderSeparator} |
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
@@ -56,5 +56,5 @@ "main": "index.js", | ||
"react-native": "^0.40.0", | ||
"react-native-mock": "^0.2.3", | ||
"react-native-mock": "^0.3.1", | ||
"sinon": "^1.17.4" | ||
} | ||
} |
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
11669