import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ row: { flexDirection: "row", }, header: { alignItems: "center", flexDirection: "column" }, cell: { flex: 1, padding: 10, flexDirection: "row", textAlign: "left", alignItems: "center", justifyContent: "space-between", borderBottomWidth: 1, borderBottomColor: "#F5F5F5", }, });