History log of /expo/packages/expo-image/src/utils/resolveHashString.web.tsx (Results 1 – 1 of 1)
Revision Date Author Comments
# c796debb 11-Apr-2023 Wojciech Dróżdż <[email protected]>

[expo-image] Add ThumbHash support (#21952)

# Why

Previously we were only supporting BlurHash, we want the users to be
able to use ThumbHash as well.

# How

Copied the ThumbHash code from t

[expo-image] Add ThumbHash support (#21952)

# Why

Previously we were only supporting BlurHash, we want the users to be
able to use ThumbHash as well.

# How

Copied the ThumbHash code from the [ThumbHash
repo](https://github.com/evanw/thumbhash) and implemented the
functionality into `iOS`, `Android` and `web` similarly to BlurHash.
Changed the demo app to include more images

# Test Plan

Tested on Android, iOS and Web.

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...