This is a sample project which showcases two strategies for displaying dynamic image placeholders:
- linear gradients
- blurhashes
You can read about the different techniques in the article on my website.
You must have set up iOS/Android development environment with React Native.
npm i && npx pod-install
# iOS
npm run ios
# Android
npm run android