From 35cd1f1e55aa45a707d0213c11a42bd384a88d83 Mon Sep 17 00:00:00 2001 From: Pritam Nanda Date: Fri, 22 Aug 2025 01:20:23 +0530 Subject: [PATCH] fix: yarn init test case failed (E2E Tests) Used "react-native-community/cli@latest init" instead of "react-native init". ** Try checking for the merge, initializing app through yarn errors. --- docs/init.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/init.md b/docs/init.md index 742e69238..6a26160ad 100644 --- a/docs/init.md +++ b/docs/init.md @@ -13,7 +13,7 @@ npx react-native-community/cli@latest init ProjectName ## Installing `react-native` and invoking `init` command ```sh -yarn init && yarn add react-native && yarn react-native init ProjectName +yarn init && yarn add react-native-community/cli@latest && yarn react-native-community/cli@latest init ProjectName ``` ## Initializing project with custom version of `react-native`