1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Basic new react-navigation types

This commit is contained in:
Zhiyuan Zheng
2021-08-29 15:25:38 +02:00
parent 6575a787f6
commit 122dae7404
68 changed files with 1099 additions and 1064 deletions

View File

@@ -7,7 +7,7 @@ import { useTranslation } from 'react-i18next'
const Collections: React.FC = () => {
const { t } = useTranslation('screenTabs')
const navigation = useNavigation()
const navigation = useNavigation<any>()
const listsQuery = useListsQuery({
options: {