From 9d3d202410c525926f118ca5f113ccc076852276 Mon Sep 17 00:00:00 2001 From: Edward Cerverizzo <32250647+serverizzo@users.noreply.github.com> Date: Thu, 19 Jun 2025 14:51:32 -0500 Subject: [PATCH] Update index.md update yarn add to npx expo install --- docs/firestore/usage/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/firestore/usage/index.md b/docs/firestore/usage/index.md index 2a22aad2ee..b7057e0449 100644 --- a/docs/firestore/usage/index.md +++ b/docs/firestore/usage/index.md @@ -13,10 +13,10 @@ This module requires that the `@react-native-firebase/app` module is already set ```bash # Install & setup the app module -yarn add @react-native-firebase/app +npx expo install @react-native-firebase/app # Install the firestore module -yarn add @react-native-firebase/firestore +npx expo install @react-native-firebase/firestore # If you're developing your app using iOS, run this command cd ios/ && pod install