Handle pressing all go.bsky.app links in-app w/ resolution (#4680)
This commit is contained in:
@@ -44,6 +44,7 @@ export type CommonNavigatorParams = {
|
||||
Feeds: undefined
|
||||
Start: {name: string; rkey: string}
|
||||
StarterPack: {name: string; rkey: string; new?: boolean}
|
||||
StarterPackShort: {code: string}
|
||||
StarterPackWizard: undefined
|
||||
StarterPackEdit: {
|
||||
rkey?: string
|
||||
@@ -101,6 +102,7 @@ export type AllNavigatorParams = CommonNavigatorParams & {
|
||||
Messages: {animation?: 'push' | 'pop'}
|
||||
Start: {name: string; rkey: string}
|
||||
StarterPack: {name: string; rkey: string; new?: boolean}
|
||||
StarterPackShort: {code: string}
|
||||
StarterPackWizard: undefined
|
||||
StarterPackEdit: {
|
||||
rkey?: string
|
||||
|
||||
Reference in New Issue
Block a user