File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ import uniq from 'lodash/uniq'
2121import words from 'lodash/words'
2222import deburr from 'lodash/deburr'
2323import * as defaultData from '../../../docs/dictionary.json'
24+ import { GH_PAGES_URL } from '../../globals'
2425
25- const GITHUB_URL = 'https://stodevx.github.io/AAO-React-Native/ dictionary.json'
26+ const GITHUB_URL = GH_PAGES_URL ( ' dictionary.json')
2627const ROW_HEIGHT = Platform . OS === 'ios' ? 76 : 89
2728const SECTION_HEADER_HEIGHT = Platform . OS === 'ios' ? 33 : 41
2829
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ import {reportNetworkProblem} from '../../lib/report-network-problem'
77import LoadingView from '../components/loading'
88import * as defaultData from '../../../docs/faqs.json'
99import delay from 'delay'
10+ import { GH_PAGES_URL } from '../../globals'
1011
11- const faqsUrl = 'https://stodevx.github.io/AAO-React-Native/ faqs.json'
12+ const faqsUrl = GH_PAGES_URL ( ' faqs.json')
1213
1314type Props = { }
1415
You can’t perform that action at this time.
0 commit comments