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 240c7e7 commit c41728aCopy full SHA for c41728a
README.md
@@ -26,7 +26,7 @@ A simple React Native Template based on Obytes Mobile tribe best practices.
26
## ▶️ Usage
27
28
```
29
-npx react-native init MyApp --template react-native-template-obytes
+npx react-native init MyApp --template https://github.com/obytes/react-native-template-obytes
30
31
32
## ⚙️ Enable husky Git pre-hooks
@@ -35,7 +35,6 @@ Add the following script to your `packages.json` and reinstall dependencies to e
35
36
```json
37
"scripts": {
38
- //...
39
"postinstall": "husky install",
40
},
41
0 commit comments