TabBarProps: {
activeKey?: string | null;
children?: ReactNode;
defaultActiveKey?: string | null;
onChange?: ((key) => void);
safeArea?: boolean;
} & NativeProps
Type declaration
Optional activeKey?: string | null
Optional children?: ReactNode
Optional defaultActiveKey?: string | null
Optional onChange?: ((key) => void)
Optional safeArea?: boolean