mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-22 00:50:25 +00:00
[react-navigation] Allowing tabBarLabel function to return string (#18354)
This commit is contained in:
Vendored
+1
-1
@@ -335,7 +335,7 @@ export type NavigationTabScreenOptions = NavigationScreenOptions & {
|
||||
| React.ReactElement<any>
|
||||
| ((options: { tintColor: (string | null), focused: boolean }) => (React.ReactElement<
|
||||
any
|
||||
> | null)),
|
||||
> | string | null)),
|
||||
tabBarVisible?: boolean,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user