File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import toPairs from 'lodash/toPairs'
1313import * as c from '../components/colors'
1414import type { ContactType } from './types'
1515import type { TopLevelViewPropsType } from '../types'
16-
1716import { GH_PAGES_URL } from '../../globals'
1817
1918const GITHUB_URL = GH_PAGES_URL ( 'contact-info.json' )
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import * as defaultData from '../../../docs/dictionary.json'
2424import { GH_PAGES_URL } from '../../globals'
2525
2626const GITHUB_URL = GH_PAGES_URL ( 'dictionary.json' )
27+
2728const ROW_HEIGHT = Platform . OS === 'ios' ? 76 : 89
2829const SECTION_HEADER_HEIGHT = Platform . OS === 'ios' ? 33 : 41
2930
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import LoadingView from '../../components/loading'
99import type { TopLevelViewPropsType } from '../../types'
1010import delay from 'delay'
1111import { reportNetworkProblem } from '../../../lib/report-network-problem'
12-
1312import * as defaultData from '../../../../docs/bus-times.json'
1413import { GH_PAGES_URL } from '../../../globals'
1514
You can’t perform that action at this time.
0 commit comments