Skip to content

Commit 35cd1f1

Browse files
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.
1 parent 5144544 commit 35cd1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npx react-native-community/cli@latest init ProjectName
1313
## Installing `react-native` and invoking `init` command
1414

1515
```sh
16-
yarn init && yarn add react-native && yarn react-native init ProjectName
16+
yarn init && yarn add react-native-community/cli@latest && yarn react-native-community/cli@latest init ProjectName
1717
```
1818

1919
## Initializing project with custom version of `react-native`

0 commit comments

Comments
 (0)