Improve reliability of screen titles
This commit is contained in:
parent
b2160ae159
commit
a3bca154c4
16 changed files with 60 additions and 37 deletions
|
@ -17,6 +17,7 @@ import {ProfileMembers} from './screens/ProfileMembers'
|
|||
import {Settings} from './screens/Settings'
|
||||
|
||||
export type ScreenParams = {
|
||||
navIdx: [number, number]
|
||||
params: Record<string, any>
|
||||
visible: boolean
|
||||
scrollElRef?: MutableRefObject<FlatList<any> | undefined>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue