react-native-curved-bottom-bar
Version:
A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
48 lines • 992 B
TypeScript
export declare const styles: {
wrapContainer: {
flex: number;
};
shadow: {
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
};
container: {
alignSelf: "center";
position: "absolute";
bottom: number;
};
main: {
position: "absolute";
flexDirection: "row";
justifyContent: "space-between";
};
rowLeft: {
flex: number;
flexDirection: "row";
justifyContent: "space-between";
alignItems: "center";
};
flex1: {
flex: number;
};
top30: {
top: number;
};
itemTab: {
flex: number;
justifyContent: "center";
alignItems: "center";
};
circleRight: {
marginRight: number;
};
circleLeft: {
marginLeft: number;
};
};
//# sourceMappingURL=styles.d.ts.map