We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5d478 commit 94cfa0bCopy full SHA for 94cfa0b
README.md
@@ -28,9 +28,11 @@ echo $ANDROID_HOME
28
echo $PATH
29
```
30
31
-- ## Initialize Project
+- ## Initialize Project (Deprecated as of 16-08-2024): ~~`npx react-native@latest init ReactNativeApp01`~~
32
+
33
+- ## Initialize Project (from 16-08-2024 onwards)
34
``` bash
-npx react-native@latest init ReactNativeApp01
35
+npx @react-native-community/cli@latest init ReactNativeApp01
36
37
38
- ## Create `local.properties` under android folder & create sdk directory
0 commit comments