We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7123e1a commit 2dbb6b7Copy full SHA for 2dbb6b7
examples/StarWarsMovieFinder/package.json
@@ -13,7 +13,7 @@
13
"expo-status-bar": "~2.0.0",
14
"react": "18.3.1",
15
"react-native": "0.76.5",
16
- "react-native-autocomplete-input": "^5.5.4"
+ "react-native-autocomplete-input": "^5.5.5"
17
},
18
"devDependencies": {
19
"@babel/core": "^7.25.2",
packages/react-native-autocomplete-input/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-autocomplete-input",
3
- "version": "5.6.0",
+ "version": "5.5.5",
4
"description": "Pure javascript autocomplete input for react-native",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments