react-native-tab-screen
Version:
React Native tab view component with options to position the tab bar at the top or bottom.
48 lines (47 loc) • 1.02 kB
TypeScript
declare const _default: {
safeArea: {
flex: number;
backgroundColor: string;
};
flexContainer: {
flex: number;
};
tabContainer: {
flexDirection: "row";
justifyContent: "space-around";
backgroundColor: string;
paddingVertical: number;
};
tab: {
paddingHorizontal: number;
paddingVertical: number;
alignItems: "center";
flexDirection: "row";
};
activeTab: {
borderBottomWidth: number;
borderBottomColor: string;
};
tabText: {
color: string;
fontWeight: "bold";
fontSize: number;
};
activeTabText: {
color: string;
};
iconContainer: {
marginRight: number;
};
extraActionText: {
marginLeft: number;
fontSize: number;
color: string;
};
contentSafeArea: {
flex: number;
backgroundColor: string;
paddingTop: number | undefined;
};
};
export default _default;