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 58150d5 commit 05206aeCopy full SHA for 05206ae
content/guide/native-code/generate-typings.md
@@ -24,6 +24,18 @@ ns typings android --jar <path to a jar>
24
ns typings android --aar <path to an aar>
25
```
26
27
+You can also generate typings for an Android package (Maven):
28
+
29
+```cli
30
+ns typings android <package-name>
31
+```
32
33
+For instance:
34
35
36
+ns typings android "com.google.android.gms:play-services-tasks"
37
38
39
### Custom code
40
41
1. Reference the generated types in [references.d.ts](/project-structure/references-d-ts)
0 commit comments