forked from khaiql/react-native-progressive-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 674 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-native-progressive-input",
"version": "1.1.0",
"description":
"Use this to create autocomplete text input which the text box can have both clear button and an activity indicator to show the background job",
"main": "index.js",
"repository": "https://github.com/khaiql/react-native-progressive-input",
"keywords": [
"react-native",
"uber-text-input",
"autocomplete",
"progressive-input",
"clearable-input"
],
"author": "scott <scott.lee318@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": "0.x",
"prop-types": "^15.6.0"
},
"dependencies": {
"@expo/vector-icons": "^6.2.2"
}
}