Add logDump tests, ensure Log screen is reversed
This commit is contained in:
parent
7e29ebbadb
commit
0c76866757
3 changed files with 37 additions and 2 deletions
|
@ -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}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue