Package updates & minor fixes.

This commit is contained in:
Patrick Fic
2021-03-09 14:10:26 -08:00
parent 2759c3322b
commit d3b3436a93
9 changed files with 9480 additions and 29528 deletions

View File

@@ -11,7 +11,7 @@ export default function NoteListItem({ item }) {
<Text>{item.text}</Text>
<View
style={{
flexDirection: "row",
flexDirection: "column",
alignSelf: "flex-end",
alignItems: "center",
}}
@@ -32,6 +32,7 @@ export default function NoteListItem({ item }) {
color="tomato"
/>
)}
<Text style={{ fontSize: 12 }}>{item.created_by}</Text>
<Text style={{ fontSize: 12 }}>
{DateTime.fromISO(item.created_at).toLocaleString(
DateTime.DATETIME_SHORT