From 95f04ead277254b72ec616c39a68076bd58cf963 Mon Sep 17 00:00:00 2001 From: moist-webDev Date: Fri, 26 May 2023 00:12:10 -0400 Subject: [PATCH] stuff --- package-lock.json | 10 ++++++++++ package.json | 1 + yarn.lock | 5 +++++ 3 files changed, 16 insertions(+) diff --git a/package-lock.json b/package-lock.json index d3c5844..34073ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "expo-status-bar": "~1.4.4", "react": "18.2.0", "react-native": "0.71.8", + "react-native-dropdown-picker": "^5.4.6", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-theme-provider": "^0.0.2", @@ -10219,6 +10220,15 @@ "nullthrows": "^1.1.1" } }, + "node_modules/react-native-dropdown-picker": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/react-native-dropdown-picker/-/react-native-dropdown-picker-5.4.6.tgz", + "integrity": "sha512-T1XBHbE++M6aRU3wFYw3MvcOuabhWZ29RK/Ivdls2r1ZkZ62iEBZknLUPeVLMX3x6iUxj4Zgr3X2DGlEGXeHsA==", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-gradle-plugin": { "version": "0.71.18", "resolved": "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.18.tgz", diff --git a/package.json b/package.json index 42d9555..5af7708 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "expo-status-bar": "~1.4.4", "react": "18.2.0", "react-native": "0.71.8", + "react-native-dropdown-picker": "^5.4.6", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-theme-provider": "^0.0.2", diff --git a/yarn.lock b/yarn.lock index 61a8b0c..a8b4ad1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5823,6 +5823,11 @@ react-native-codegen@^0.71.5: jscodeshift "^0.13.1" nullthrows "^1.1.1" +react-native-dropdown-picker@^5.4.6: + version "5.4.6" + resolved "https://registry.npmjs.org/react-native-dropdown-picker/-/react-native-dropdown-picker-5.4.6.tgz" + integrity sha512-T1XBHbE++M6aRU3wFYw3MvcOuabhWZ29RK/Ivdls2r1ZkZ62iEBZknLUPeVLMX3x6iUxj4Zgr3X2DGlEGXeHsA== + react-native-gradle-plugin@^0.71.18: version "0.71.18" resolved "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.18.tgz"