From dbee6fec910bde53a387651add2fd18b276fed47 Mon Sep 17 00:00:00 2001 From: Alexis DRAI Date: Wed, 14 Jun 2023 09:27:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20libraries=20in=20preparati?= =?UTF-8?q?on=20for=20next=202=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/package.json b/package.json index fc246db..fe9d40d 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "react-dom": "18.2.0", "react-native": "0.71.8", "react-native-gesture-handler": "~2.9.0", + "react-native-multiple-select": "^0.5.12", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", "react-native-web": "~0.18.11", diff --git a/yarn.lock b/yarn.lock index d1efb9c..959b5ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8477,6 +8477,13 @@ react-native-gradle-plugin@^0.71.18: resolved "https://registry.npmjs.org/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.18.tgz" integrity sha512-7F6bD7B8Xsn3JllxcwHhFcsl9aHIig47+3eN4IHFNqfLhZr++3ElDrcqfMzugM+niWbaMi7bJ0kAkAL8eCpdWg== +react-native-multiple-select@^0.5.12: + version "0.5.12" + resolved "https://registry.yarnpkg.com/react-native-multiple-select/-/react-native-multiple-select-0.5.12.tgz#be9204f49bc1bb734c40422a89acc173959bcd70" + integrity sha512-lFw0u798/2qHr4TwDdxMtReRtsNOCC2SWPzWHRGKE4XcBiUll0hHhke7iqQg4xJdfo46C/h69f1ZXphDOjZY3A== + dependencies: + prop-types "^15.7.2" + react-native-safe-area-context@4.5.0: version "4.5.0" resolved "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz"