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 0a75aca commit 29ac3ecCopy full SHA for 29ac3ec
debug-github-repos.json
@@ -51,5 +51,9 @@
51
"githubUrl": "https://github.com/rnc-archive/react-native-drawer-layout",
52
"expoGo": true,
53
"dev": true
54
+ },
55
+ {
56
+ "githubUrl": "https://github.com/kazimshah39/react-native-feather-toast",
57
+ "expoGo": true
58
}
59
]
scripts/fetch-github-data.ts
@@ -13,7 +13,14 @@ import GitHubRepositoryQuery from './queries/GitHubRepositoryQuery';
13
14
config();
15
16
-const licenses = {};
+const licenses = {
17
+ isc: {
18
+ name: 'ISC License',
19
+ url: 'https://www.isc.org/licenses/',
20
+ key: 'isc',
21
+ spdxId: 'ISC',
22
23
+};
24
25
/**
26
* Fetch licenses from GitHub to be used later to parse licenses from npm
0 commit comments