react-native-input-select 0.21.0 → 0.22.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,8 +23,6 @@ https://user-images.githubusercontent.com/9849221/226240418-efa4fe9f-4055-4c03-8
|
|
|
23
23
|
|
|
24
24
|
## Basic Usage
|
|
25
25
|
|
|
26
|
-
For more examples visit our (wiki page)[https://github.com/azeezat/react-native-select/wiki]
|
|
27
|
-
|
|
28
26
|
```js
|
|
29
27
|
import React from 'react';
|
|
30
28
|
import Dropdown from 'react-native-input-select';
|
|
@@ -56,6 +54,8 @@ export default function App() {
|
|
|
56
54
|
);
|
|
57
55
|
}
|
|
58
56
|
```
|
|
57
|
+
For more examples visit our [wiki page](https://github.com/azeezat/react-native-select/wiki)
|
|
58
|
+
|
|
59
59
|
|
|
60
60
|
## Props
|
|
61
61
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-input-select",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.0",
|
|
4
4
|
"description": "A customizable dropdown selection package for react-native for android and iOS with multiple select and search capabilities.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|