import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ row: { flexDirection: "row", }, view: { // initial thought that this might be a good // idea, but not so sure, needs more thought. // flex: 1 }, });