SharedProps are optional in the documentation, but is required in the type definition.
index.d.ts:39L〜47L
export interface TabsSharedProps {
tabTextActiveStyle: TextStyle;
tabTextContainerActiveStyle: ViewStyle;
tabTextContainerStyle: ViewStyle;
tabTextStyle: TextStyle;
tabWrapperStyle: ViewStyle;
tabs: Tab[];
tabsContainerStyle: ViewStyle;
}