From 40fbf0ea174c9e1b0c5d6c5497195ad3ec850a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=BA=A3o=20H=C3=A0?= Date: Mon, 9 Dec 2024 14:39:43 +0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20yarn=20instead=20of=20npm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/GETTING_STARTED.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/GETTING_STARTED.mdx b/docs/docs/GETTING_STARTED.mdx index 1f5ca4fa..61d07790 100644 --- a/docs/docs/GETTING_STARTED.mdx +++ b/docs/docs/GETTING_STARTED.mdx @@ -49,7 +49,7 @@ Install [@baronha/react-native-multiple-image-picker](https://www.npmjs.com/pack ```bash -npm i @baronha/react-native-multiple-image-picker react-native-nitro-modules +yarn add @baronha/react-native-multiple-image-picker react-native-nitro-modules cd ios && pod install ```