Skip to content

Commit 94cfa0b

Browse files
author
TBS96
committed
update README.md => update Project Initialize CLI
Signed-off-by: TBS96 <[email protected]>
1 parent 1f5d478 commit 94cfa0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ echo $ANDROID_HOME
2828
echo $PATH
2929
```
3030

31-
- ## Initialize Project
31+
- ## Initialize Project (Deprecated as of 16-08-2024): ~~`npx react-native@latest init ReactNativeApp01`~~
32+
33+
- ## Initialize Project (from 16-08-2024 onwards)
3234
``` bash
33-
npx react-native@latest init ReactNativeApp01
35+
npx @react-native-community/cli@latest init ReactNativeApp01
3436
```
3537

3638
- ## Create `local.properties` under android folder & create sdk directory

0 commit comments

Comments
 (0)