mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #336
This commit is contained in:
@ -3,6 +3,7 @@ import { NavigatorScreenParams } from '@react-navigation/native'
|
||||
import { NativeStackScreenProps } from '@react-navigation/native-stack'
|
||||
import { StackNavigationProp } from '@react-navigation/stack'
|
||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||
import React from 'react'
|
||||
|
||||
export type RootStackParamList = {
|
||||
'Screen-Tabs': NavigatorScreenParams<ScreenTabsStackParamList>
|
||||
@ -57,6 +58,10 @@ export type RootStackParamList = {
|
||||
}[]
|
||||
id: Mastodon.Attachment['id']
|
||||
}
|
||||
'Screen-AccountSelection': {
|
||||
component?: () => JSX.Element | undefined
|
||||
share?: { text?: string; media?: { uri: string; mime: string }[] }
|
||||
}
|
||||
}
|
||||
export type RootStackScreenProps<T extends keyof RootStackParamList> =
|
||||
NativeStackScreenProps<RootStackParamList, T>
|
||||
|
Reference in New Issue
Block a user