Prefetch feed refreshes to speed up 'load more posts'

This commit is contained in:
Paul Frazee
2022-12-16 15:37:13 -06:00
parent 16343a2936
commit 1e28ae6d2a
3 changed files with 25 additions and 6 deletions
@@ -38,7 +38,6 @@ export function AutoSizedImage({
Image.getSize(
uri,
(width: number, height: number) => {
console.log('gotSize')
if (!aborted) {
setImgInfo({width, height})
}