Make types legit

This commit is contained in:
Eric Bailey
2025-01-16 17:36:59 -06:00
parent 340fb007d2
commit 0608412a6d
6 changed files with 41 additions and 14 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
import {NavigationState, PartialState} from '@react-navigation/native'
import type {NativeStackNavigationProp} from '@react-navigation/native-stack'
import {SourceContext as VideoFeedSourceContext} from '#/components/VideoPostCard'
export type {NativeStackScreenProps} from '@react-navigation/native-stack'
export type CommonNavigatorParams = {
@@ -57,7 +59,7 @@ export type CommonNavigatorParams = {
StarterPackShort: {code: string}
StarterPackWizard: undefined
StarterPackEdit: {rkey?: string}
VideoFeed: {feedUri: string; postUri?: string}
VideoFeed: VideoFeedSourceContext
}
export type BottomTabNavigatorParams = CommonNavigatorParams & {