@shaquillehinds/react-native-dropdown-selector 0.0.2 → 0.0.4
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/package.json +15 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shaquillehinds/react-native-dropdown-selector",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "A simple dropdown selector for react native that just works.",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"ios",
|
|
58
58
|
"android",
|
|
59
59
|
"modal",
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
60
|
+
"dropdown",
|
|
61
|
+
"drop down",
|
|
62
|
+
"dropdown-selector",
|
|
63
|
+
"dropdown-menu",
|
|
64
|
+
"dropdown-modal"
|
|
65
65
|
],
|
|
66
66
|
"repository": {
|
|
67
67
|
"type": "git",
|
|
@@ -77,13 +77,12 @@
|
|
|
77
77
|
"registry": "https://registry.npmjs.org/",
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"@shaquillehinds/react-native-essentials": "^1.8.0"
|
|
82
|
-
},
|
|
80
|
+
"dependencies": {},
|
|
83
81
|
"devDependencies": {
|
|
84
82
|
"@commitlint/config-conventional": "^19.6.0",
|
|
85
83
|
"@react-native/eslint-config": "^0.73.1",
|
|
86
84
|
"@release-it/conventional-changelog": "^9.0.2",
|
|
85
|
+
"@shaquillehinds/react-native-essentials": "^1.8.1",
|
|
87
86
|
"@types/jest": "^29.5.5",
|
|
88
87
|
"@types/react": "^18.2.44",
|
|
89
88
|
"chokidar-cli": "^3.0.0",
|
|
@@ -108,7 +107,13 @@
|
|
|
108
107
|
},
|
|
109
108
|
"peerDependencies": {
|
|
110
109
|
"react": "*",
|
|
111
|
-
"react-native": "*"
|
|
110
|
+
"react-native": "*",
|
|
111
|
+
"@shaquillehinds/react-native-essentials": ">=1.8.0"
|
|
112
|
+
},
|
|
113
|
+
"peerDependenciesMeta": {
|
|
114
|
+
"@shaquillehinds/react-native-essentials": {
|
|
115
|
+
"optional": false
|
|
116
|
+
}
|
|
112
117
|
},
|
|
113
118
|
"workspaces": [
|
|
114
119
|
"example"
|