Update api nsids
This commit is contained in:
parent
c9388a3cc5
commit
0c0c9eb05c
72 changed files with 1758 additions and 579 deletions
|
@ -16,7 +16,7 @@ import {Settings} from './screens/Settings'
|
|||
export type ScreenParams = {
|
||||
params: Record<string, any>
|
||||
visible: boolean
|
||||
scrollElRef: MutableRefObject<FlatList<any> | undefined>
|
||||
scrollElRef?: MutableRefObject<FlatList<any> | undefined>
|
||||
}
|
||||
export type Route = [React.FC<ScreenParams>, IconProp, RegExp]
|
||||
export type MatchResult = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue