react-native-input-select 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-input-select",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Dropdown package for react-native",
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "A searchable and customizable Dropdown selection package for react-native android and ios",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
7
7
|
"types": "lib/typescript/index.d.ts",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"ios",
|
|
40
40
|
"android",
|
|
41
41
|
"dropdown",
|
|
42
|
-
"selection"
|
|
42
|
+
"selection",
|
|
43
|
+
"multiple selection"
|
|
43
44
|
],
|
|
44
45
|
"repository": "https://github.com/azeezat/react-native-select",
|
|
45
46
|
"author": "Azeezat <azeezat94@gmail.com> (https://github.com/azeezat)",
|