We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db472f commit 05b2643Copy full SHA for 05b2643
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "create-react-native-module",
3
"version": "0.0.1-dev",
4
- "description": "Tool to create a React Native library module with a single command",
+ "description": "Tool to create a React Native library module or view module with a single command",
5
"bin": "cli.js",
6
"main": "lib.js",
7
"scripts": {
@@ -19,6 +19,8 @@
19
"create",
20
"module",
21
"native",
22
+ "view",
23
+ "component",
24
"ios",
25
"android",
26
"windows"
0 commit comments