react-native-native-select 1.1.1 → 1.2.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
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
<a href="https://github.com/wneel/react-native-native-select/blob/HEAD/LICENSE">
|
|
5
5
|
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="React Native Wheel Picker is released under the MIT license." />
|
|
6
6
|
</a>
|
|
7
|
-
<a href="https://www.npmjs.com/package/
|
|
7
|
+
<a href="https://www.npmjs.com/package/react-native-native-select">
|
|
8
8
|
<img src="https://img.shields.io/npm/v/react-native-native-select?color=brightgreen&label=npm%20package" alt="Current npm package version." />
|
|
9
9
|
</a>
|
|
10
|
-
<a href="https://www.npmjs.com/package/
|
|
10
|
+
<a href="https://www.npmjs.com/package/react-native-native-select">
|
|
11
11
|
<img src="https://img.shields.io/npm/dm/react-native-native-select" alt="Number of downloads per week." />
|
|
12
12
|
</a>
|
|
13
13
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-native-select",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "react-native-native-select is a strictly native, performant Select component for React Native built exclusively for the New Architecture.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"react-native": "src/index.ts",
|