update notesnook-core

This commit is contained in:
ammarahm-ed
2021-02-27 13:48:05 +05:00
parent 32f52365e3
commit 53ee503bf2

View File

@@ -256,7 +256,7 @@ export const Notes = ({route, navigation}) => {
return (
<>
<SimpleList
listData={notes.reverse()}
listData={notes}
type="notes"
refreshCallback={_refreshCallback}
headerProps={headerProps}