mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #23601 from danilobuerger/patch-2
[react-native-navigation] Added iconInsets to tabs
This commit is contained in:
+8
@@ -40,10 +40,18 @@ export interface TabBasedApp {
|
||||
animationType?: 'none' | 'slide-down' | 'fade';
|
||||
}
|
||||
|
||||
export interface IconInsets {
|
||||
top?: number;
|
||||
left?: number;
|
||||
bottom?: number;
|
||||
right?: number;
|
||||
}
|
||||
|
||||
export interface TabScreen {
|
||||
label?: string;
|
||||
screen: string;
|
||||
icon?: any;
|
||||
iconInsets?: IconInsets;
|
||||
selectedIcon?: any;
|
||||
title?: string;
|
||||
navigatorStyle?: NavigatorStyle;
|
||||
|
||||
Reference in New Issue
Block a user