mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 02:50:30 -06:00
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:
2
.github/workflows/build-ios.yml
vendored
2
.github/workflows/build-ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user