Add logDump tests, ensure Log screen is reversed

This commit is contained in:
Eric Bailey 2023-11-04 13:09:12 -05:00
parent 7e29ebbadb
commit 0c76866757
3 changed files with 37 additions and 2 deletions

View file

@ -41,7 +41,6 @@ export const LogScreen = observer(function Log({}: NativeStackScreenProps<
<ScrollView style={s.flex1}>
{getEntries()
.slice(0)
.reverse()
.map(entry => {
return (
<View key={`entry-${entry.id}`}>