Tune the UI layout of the feed tab header
This commit is contained in:
parent
524f8b6abd
commit
f03ac9fd56
3 changed files with 22 additions and 21 deletions
|
@ -23,7 +23,7 @@ import {useAnalytics} from 'lib/analytics'
|
|||
import {ComposeIcon2} from 'lib/icons'
|
||||
import {isDesktopWeb} from 'platform/detection'
|
||||
|
||||
const HEADER_OFFSET = isDesktopWeb ? 50 : 74
|
||||
const HEADER_OFFSET = isDesktopWeb ? 50 : 64
|
||||
const POLL_FREQ = 30e3 // 30sec
|
||||
|
||||
type Props = NativeStackScreenProps<HomeTabNavigatorParams, 'Home'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue