Merge branch 'bluesky-social:main' into patch-3
This commit is contained in:
commit
3ead08ab26
53 changed files with 1575 additions and 1382 deletions
|
@ -9,9 +9,8 @@ import {cleanError} from 'lib/strings/errors'
|
|||
import {Button} from '#/components/Button'
|
||||
import {Text} from '#/components/Typography'
|
||||
import {StackActions} from '@react-navigation/native'
|
||||
import {useNavigation} from '@react-navigation/core'
|
||||
import {NavigationProp} from 'lib/routes/types'
|
||||
import {router} from '#/routes'
|
||||
import {useNavigationDeduped} from 'lib/hooks/useNavigationDeduped'
|
||||
|
||||
export function ListFooter({
|
||||
isFetching,
|
||||
|
@ -144,7 +143,7 @@ export function ListMaybePlaceholder({
|
|||
notFoundType?: 'page' | 'results'
|
||||
onRetry?: () => Promise<unknown>
|
||||
}) {
|
||||
const navigation = useNavigation<NavigationProp>()
|
||||
const navigation = useNavigationDeduped()
|
||||
const t = useTheme()
|
||||
const {gtMobile, gtTablet} = useBreakpoints()
|
||||
const {_} = useLingui()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue