From 70dc8c3248368c53f2ab872e69e978e8cfdfbc03 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Thu, 23 Sep 2021 15:38:00 -0300 Subject: [PATCH] Adding new DropDownPicker pkg to app --- src/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/package.json b/src/package.json index bce4bf4..c3e2057 100644 --- a/src/package.json +++ b/src/package.json @@ -39,6 +39,7 @@ "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.4.tar.gz", "react-native-action-button": "^2.8.5", "react-native-chart-kit": "^6.11.0", + "react-native-dropdown-picker": "^5.1.27", "react-native-flash-message": "^0.1.18", "react-native-gesture-handler": "~1.7.0", "react-native-google-places-autocomplete": "^2.1.3",