export const container = { flex: 1, paddingHorizontal: 16, paddingVertical: 50, justifyContent: 'center', backgroundColor: '#ffffff', }; export const ItemFlex = { flex: 1, }; export const ItemFlex2 = { flex: 2, }; export const direction = { flexDirection: 'row', justifyContent: 'space-between', }; export const directionAlign = { flexDirection: 'row', justifyContent: 'space-between', alignItems:"center" }; export const pageTitleBox = { paddingVertical: 20, borderBottomWidth: 1, borderBottomColor: '#cccccc', backgroundColor: '#ffffff', }; export const pageTitle = { fontSize: 18, fontWeight: 'bold', textAlign: 'center', color:"#333333" }; export const marginBottom = { marginBottom:20 }; export const marginRight = { marginRight:10 }; export const textColor = { color:"#333333" }; export const padding = { paddingHorizontal: 16, };