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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ Works perfectly on android and iOS.
6
6
  ## Installation
7
7
 
8
8
  ```sh
9
- npm install react-native-select
9
+ npm install react-native-input-select
10
10
  ```
11
11
 
12
12
  ## Demo
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-input-select",
3
- "version": "0.8.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)",