Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.18 KB

expo-thumbhash

Screen.Recording.2023-09-17.at.20.16.04.mov

A module to display ThumbHash using Expo module.

(If you want to use this library in a React-Native app, you'll first need to install expo modules). That's why this project name is expo-thumbhash and not react-native-thumbhash)

Caution

Please be mindful that this project is an endeavor to understand the workings of expo-module. Its aim is to extend the same features as provided by react-native-blurhash. If you need this library or a specific feature, PR are welcomed.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npm install expo-thumbhash

Configure for iOS

Run npx pod-install after installing the npm package.

Configure for Android