alphasp / pxview

An unofficial Pixiv app client for Android and iOS, built with React Native.
MIT License
753 stars 87 forks source link

can not load thumbnail of illustration and comic #34

Closed FairyScript closed 4 years ago

FairyScript commented 5 years ago

Like the title says, most of the thumbnail of illustration and comic shown as a grayed out box, but some of them can display correctly. In detail screen everything is normal.

The novel's cover is okey.

Screenshot:


Device: iPhone8 iOS 12.4 APP Version: 3.2.0

alphasp commented 5 years ago

Yes, it is actually a known issue after upgrading to react native 0.60. I am having issue with integrating react-native-webp-support for iOS in react native 0.60. Any help or PR will be welcome and appreciated

xsm1997 commented 5 years ago

I managed to fix this issue by using react-native-fast-image instead of the official Image component, which has better WebP support. It needs more testing. When I feel it is stable I will make a PR.

alphasp commented 4 years ago

Fixed in v4.