React-native-fast-image: Base64 WebP on iOS

Created on 26 Sep 2019  路  4Comments  路  Source: DylanVann/react-native-fast-image

Have managed to get WebP files working okay, however I can't seem to get Base64 WebP files rendering?

Does anyone have a solution to this?

bug

All 4 comments

Maybe you need native code to register a Base64 Data Decryptor via SDWebImage鈥檚 API. Check the release page for that and example code: https://github.com/SDWebImage/SDWebImage/releases/tag/5.3.0

How can I do this ? In which file to add the decoder? Thank you

Should be fixed by the changes in #691 . But need the maintainer to reply

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bhuvin25 picture bhuvin25  路  3Comments

kmilodenisglez picture kmilodenisglez  路  3Comments

OmarBasem picture OmarBasem  路  3Comments

banphlet picture banphlet  路  3Comments

skleest picture skleest  路  3Comments