From 5242004ab7ad06178620908629a5f46de03a3109 Mon Sep 17 00:00:00 2001 From: joseanemsilva Date: Sat, 14 Mar 2026 18:28:56 -0400 Subject: [PATCH 1/2] docs: update contributing.md to include bundle install --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a97f9e8b982..4869dbb2fee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,7 @@ Clone repository and install dependencies: ```sh git clone git@github.com:RocketChat/Rocket.Chat.ReactNative.git cd Rocket.Chat.ReactNative +bundle install yarn ``` From e8923ea39a1849a51159f0bdc3d45ebe41fe7b88 Mon Sep 17 00:00:00 2001 From: joseanemsilva Date: Sat, 14 Mar 2026 18:56:49 -0400 Subject: [PATCH 2/2] Move bundle install update to the iOS section --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4869dbb2fee..b25987a3b59 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,12 +17,12 @@ Clone repository and install dependencies: ```sh git clone git@github.com:RocketChat/Rocket.Chat.ReactNative.git cd Rocket.Chat.ReactNative -bundle install yarn ``` Run the app: ```sh +bundle install yarn pod-install yarn ios ```