create-react-native-init-app 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,16 +10,14 @@ You can initialize a new project directly without installing the CLI globally:
10
10
 
11
11
  ```bash
12
12
  npm init react-native-init-app
13
- # or
14
- bun init react-native-init-app
15
13
  ```
16
14
 
17
15
  ### Using npx or bunx
18
16
 
19
17
  ```bash
20
- npx create-react-native-init-app
21
- # or
22
18
  bunx create-react-native-init-app
19
+ # or
20
+ npx create-react-native-init-app
23
21
  ```
24
22
 
25
23
  ### Global Installation