react-native-autocomplete-input
Advanced tools
Comparing version 5.0.0-beta.0 to 5.0.0
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "5.0.0-beta.0", | ||
"version": "5.0.0", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# react-native-autocomplete-input | ||
[![npm version](https://badge.fury.io/js/react-native-autocomplete-input.svg)](https://badge.fury.io/js/react-native-autocomplete-input) | ||
[![Build Status](https://travis-ci.org/mrlaessig/react-native-autocomplete-input.svg)](https://travis-ci.org/mrlaessig/react-native-autocomplete-input) | ||
[![Test](https://github.com/mrlaessig/react-native-autocomplete-input/actions/workflows/test.yml/badge.svg)](https://github.com/mrlaessig/react-native-autocomplete-input/actions/workflows/test.yml) | ||
@@ -9,2 +9,4 @@ A pure JS autocomplete component for React Native. Use this component in your own projects or use it as inspiration to build your own autocomplete. | ||
Play around with the [Example Snack](https://byteburgers.com/autocomplete) | ||
## How to use react-native-autocomplete-input | ||
@@ -94,3 +96,3 @@ Tested with RN >= 0.26.2. If you want to use RN < 0.26 try to install react-native-autocomplete-input <= 0.0.5. | ||
| listStyle | style | These style will be applied to the result list. | | ||
| onShowResult | function | `onShowResult` will be called when the autocomplete suggestions appear or disappear. | | ||
| onShowResults | function | `onShowResults` will be called when the autocomplete suggestions appear or disappear. | | ||
| onStartShouldSetResponderCapture | function | `onStartShouldSetResponderCapture` will be passed to the result list view container ([onStartShouldSetResponderCapture](https://facebook.github.io/react-native/docs/gesture-responder-system.html#capture-shouldset-handlers)). | | ||
@@ -97,0 +99,0 @@ | renderTextInput | function | render custom TextInput. All props passed to this function. | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10927
0
106
0