From c555655bce6d20053e1d4fe9a82fe7ae632da9a5 Mon Sep 17 00:00:00 2001 From: Sadaqat Ali Date: Sat, 29 Jan 2022 21:17:35 +0500 Subject: [PATCH] fixed NSFW dropdown bug fixes #2126 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31fe2d90d..feef8ff62 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "react-native-linear-gradient": "^2.4.2", "react-native-matomo-sdk": "feruzm/react-native-matomo-sdk", "react-native-modal": "^11.5.6", - "react-native-modal-dropdown": "^1.0.1", + "react-native-modal-dropdown": "^1.0.2", "react-native-modal-popover": "^2.0.1", "react-native-modal-translucent": "^5.0.0", "react-native-navigation-bar-color": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index d4ca4a32f..8643b029e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8624,10 +8624,10 @@ react-native-matomo-sdk@feruzm/react-native-matomo-sdk: version "0.4.1" resolved "https://codeload.github.com/feruzm/react-native-matomo-sdk/tar.gz/392b1cfca771b28005821ef909ffb9a2082156d9" -react-native-modal-dropdown@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/react-native-modal-dropdown/-/react-native-modal-dropdown-1.0.1.tgz#24a9396dcb5dadf92feea1deae1089bcef054b20" - integrity sha512-7QAuKvdsIMvz5N2FnRGrZKb+JR3bYFFelONdmfwp1UW3acOyrhF32H06aMD09x2PdBz3VaR5+3iApt9FYClktQ== +react-native-modal-dropdown@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/react-native-modal-dropdown/-/react-native-modal-dropdown-1.0.2.tgz#3e1efae5a5eacc42f44ac96468ea2f1b5bb0d759" + integrity sha512-X13RbwoQdaOb9Ffi7fjRVwh9OXauXIJhum0uXGzYZLMyoCQ5yt5cxf27P/YZbdh80Fb7bdPx6vTA4PTpUK2WDQ== dependencies: prop-types "^15.6.0"