Prefetch feed refreshes to speed up 'load more posts'
This commit is contained in:
parent
4ef3afb604
commit
d7e71e079f
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})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue