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 04b98bb commit 2eb9951Copy full SHA for 2eb9951
source/globals.js
@@ -3,3 +3,5 @@
3
export const GH_PAGES_URL = (relativePath: string) => {
4
return `https://stodevx.github.io/AAO-React-Native/${relativePath}`
5
}
6
+
7
+export const GH_NEW_ISSUE_URL = 'https://github.com/StoDevX/AAO-React-Native/issues/new'
0 commit comments