Added app reducer, fixed package issues, begun camera screen updates

This commit is contained in:
Patrick Fic
2020-11-09 18:43:59 -08:00
parent 86744ff29a
commit ab1e04f564
22 changed files with 653 additions and 68 deletions

View File

@@ -18,7 +18,7 @@ export default function JobNotes({ job, loading, refetch }) {
<Text>Job is not defined.</Text>
</Card>;
}
console.log("job.notes :>> ", job.notes);
const onRefresh = async () => {
return refetch();
};