react-native-autocomplete-input
Advanced tools
Comparing version 5.1.0 to 5.1.1
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
import { FlatList, Platform, StyleSheet, Text, TextInput, View, ViewPropTypes } from 'react-native'; | ||
import { FlatList, Platform, StyleSheet, Text, TextInput, View } from 'react-native'; | ||
import { ViewPropTypes } from 'deprecated-react-native-prop-types'; | ||
@@ -5,0 +6,0 @@ export const AutocompleteInput = (props) => { |
{ | ||
"name": "react-native-autocomplete-input", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "Pure javascript autocomplete input for react-native", | ||
@@ -48,5 +48,8 @@ "main": "index.js", | ||
"react": "^17.0.2", | ||
"react-native": "^0.64.0", | ||
"react-native": "^0.68.2", | ||
"react-test-renderer": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"deprecated-react-native-prop-types": "^2.3.0" | ||
} | ||
} |
@@ -94,5 +94,5 @@ # react-native-autocomplete-input | ||
| 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)). | | ||
| onStartShouldSetResponderCapture | function | `onStartShouldSetResponderCapture` will be passed to the result list view container ([onStartShouldSetResponderCapture](https://reactnative.dev/docs/gesture-responder-system#capture-shouldset-handlers)). | | ||
| renderTextInput | function | render custom TextInput. All props passed to this function. | | ||
| flatListProps | object | custom props to [FlatList](https://facebook.github.io/react-native/docs/flatlist.html). | | ||
| flatListProps | object | custom props to [FlatList](https://reactnative.dev/docs/flatlist). | | ||
| renderResultList | function | render custom result list. Can be used to replace FlatList. All props passed to this function. | | ||
@@ -99,0 +99,0 @@ |
11289
167
1
+ Added@react-native/normalize-color@2.1.0(transitive)
+ Addeddeprecated-react-native-prop-types@2.3.0(transitive)
+ Addedinvariant@2.2.4(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)