Nitro Images + Blurhashes (#503)

Migrate from `react-native-fast-image` to `react-native-nitro-image`

Images will now display a blurry placeholder while loading, and then animate into the full image when loaded

Introduces a redesign to the artist page that is easier to navigate, especially when there are many albums belonging to a given artist

---------

Co-authored-by: riteshshukla04 <riteshshukla2381@gmail.com>
This commit is contained in:
Violet Caulfield
2025-09-15 08:00:54 -05:00
committed by GitHub
parent 87aad65ae9
commit d6aa1d5534
29 changed files with 715 additions and 608 deletions

View File

@@ -27,7 +27,7 @@ jobs:
uses: ./.github/actions/setup-xcode
- name: 🍎 Run yarn init-ios:new-arch
run: yarn init-android && cd ios && bundle install && RCT_USE_RN_DEP=1 RCT_USE_PREBUILT_RNCORE=1 bundle exec pod install
run: yarn init-android && cd ios && bundle install && bundle exec pod install
- name: 🚀 Run fastlane build