diff --git a/ios/cally/Info.plist b/ios/cally/Info.plist index 0df5949..cfa6cec 100644 --- a/ios/cally/Info.plist +++ b/ios/cally/Info.plist @@ -126,6 +126,7 @@ $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route + $(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route UILaunchStoryboardName SplashScreen diff --git a/package-lock.json b/package-lock.json index 150ac14..7dcb417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,6 +56,7 @@ "react-native-app-auth": "^8.0.0", "react-native-big-calendar": "^4.14.0", "react-native-calendars": "^1.1306.0", + "react-native-element-dropdown": "^2.12.2", "react-native-gesture-handler": "~2.16.1", "react-native-gifted-charts": "^1.4.41", "react-native-keyboard-manager": "^6.5.16-0", @@ -15939,6 +15940,22 @@ "moment": "^2.29.4" } }, + "node_modules/react-native-element-dropdown": { + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/react-native-element-dropdown/-/react-native-element-dropdown-2.12.2.tgz", + "integrity": "sha512-Tf8hfRuniYEXo+LGoVgIMoItKWuPLX6jbqlwAFgMbBhmWGTuV+g1OVOAx/ny16kgnwp+NhgJoWpxhVvr7HSmXA==", + "license": "MIT", + "dependencies": { + "lodash": "^4.17.21" + }, + "engines": { + "node": ">= 16.0.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-gesture-handler": { "version": "2.16.2", "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.2.tgz", diff --git a/yarn.lock b/yarn.lock index f22d5d1..0746292 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8852,7 +8852,7 @@ react-native-calendars@^1.1306.0: react-native-element-dropdown@^2.12.2: version "2.12.2" - resolved "https://registry.yarnpkg.com/react-native-element-dropdown/-/react-native-element-dropdown-2.12.2.tgz#48d0c12b87591e2498c73bbde80e18374a4c262e" + resolved "https://registry.npmjs.org/react-native-element-dropdown/-/react-native-element-dropdown-2.12.2.tgz" integrity sha512-Tf8hfRuniYEXo+LGoVgIMoItKWuPLX6jbqlwAFgMbBhmWGTuV+g1OVOAx/ny16kgnwp+NhgJoWpxhVvr7HSmXA== dependencies: lodash "^4.17.21"