Add Revamped Library, bugfixes (#333)

Adds a revamped library page - where items aren't limited to just a user's favorites.

Fixes scrubber lag in player screen

Reorganizes component folder into separate components - providers - screens for better visibility and separation of concerns

Addresses some styling issues with text and font legibility
This commit is contained in:
Violet Caulfield
2025-05-09 08:06:35 -05:00
committed by GitHub
parent 2ee0e5187a
commit 8a69960a97
120 changed files with 2405 additions and 1145 deletions

View File

@@ -21,7 +21,7 @@ jobs:
run: yarn init-ios:new-arch
- name: Version Up
run: yarn react-native bump-version --type patch
run: yarn react-native bump-version --type minor
- name: 💬 Echo package.json version to Github ENV
run: echo VERSION_NUMBER=$(node -p -e "require('./package.json').version") >> $GITHUB_ENV