Hot fixes

Fix gestures in library tab on Android

Fix playlist display

update screenshots
This commit is contained in:
Violet Caulfield
2025-05-09 09:58:52 -05:00
parent d533ef1d54
commit 5e55abd642
13 changed files with 62 additions and 67 deletions

View File

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