- fixed image path for RNTP notification
- fixed overwhelming number of promises/requests generated when scrolling through artists (could still delay loading those further...)
- fixed spinner not spinning while artistInfo is fetched for image url
This commit is contained in:
austinried
2021-08-19 14:23:09 +09:00
parent a5c2aa9cf8
commit 976cd172f4
7 changed files with 93 additions and 64 deletions

View File

@@ -70,11 +70,6 @@ const AlbumsList = () => {
overScrollMode="never"
onEndReached={fetchNextPage}
onEndReachedThreshold={6}
// getItemLayout={(_data, index) => ({
// length: height,
// offset: height * Math.floor(index / 3),
// index,
// })}
/>
</View>
)