We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707272 commit e7784c9Copy full SHA for e7784c9
README.md
@@ -39,10 +39,10 @@ Follow instructions for your given `development OS` and `target OS`.
39
To create a new project using the boilerplate simply run :
40
41
```
42
-npx react-native init MyApp --template @handidev/react-native-boilerplate
+npx react-native init MyAppName --template @handidev/react-native-typescript-boilerplate
43
44
45
-note: replace `MyApp` with your desired App name.
+note: replace `MyAppName` with your desired App name.
46
47
Assuming you have all the requirements installed, you can run the project by running:
48
0 commit comments