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 fdde452 commit a370ce0Copy full SHA for a370ce0
source/globals.js
@@ -4,4 +4,5 @@ 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'
+export const GH_NEW_ISSUE_URL =
8
+ 'https://github.com/StoDevX/AAO-React-Native/issues/new'
0 commit comments