react-native-input-select 0.3.0 → 0.4.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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,10 @@ Dropdown package for react-native
7
7
  ```sh
8
8
  npm install react-native-select
9
9
  ```
10
+ ## Demo
11
+ Multiple Select | Single Select
12
+ :-: | :-:
13
+ <video src='https://user-images.githubusercontent.com/9849221/148039859-9eb4ef87-60ca-4300-9899-fbe81dcb0fb6.mov' width=90/> | <video src='https://user-images.githubusercontent.com/9849221/148039800-9c30509a-6115-415e-aa3c-0402d64ec578.mov' width=90/>
10
14
 
11
15
  ## Usage
12
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-input-select",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Dropdown package for react-native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",