We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614a0bf commit a363372Copy full SHA for a363372
1 file changed
README.md
@@ -68,6 +68,17 @@ import MyComponent from "react-native-typescript-library-starter";
68
<MyComponent />
69
```
70
71
+## Example Project 😍
72
+
73
+You can checkout the example project 🥰
74
75
+Simply run
76
77
+- `npm i`
78
+- `react-native run-ios/android`
79
80
+should work of the example project.
81
82
# Configuration - Props
83
84
| Property | Type | Default | Description |
0 commit comments