Re-enable New Architecture on Android, Remove Blurhash Deps, Improve Album Layout on Larger Viewports (#318)

Re-enables new architecture on Android by switching to a different fork of React Native Track Player

Removes dependency on react-native-blurhash - we aren't using it as our image component can handle this for us

Improves album layout on artist screen by adjusting flex of album details and album artwork
This commit is contained in:
Violet Caulfield
2025-05-01 14:53:54 -05:00
committed by GitHub
parent 48ac98784b
commit e78b9d2114
16 changed files with 183 additions and 1300 deletions

View File

@@ -5,7 +5,6 @@ module.exports = {
setupFilesAfterEnv: [
'./jest/setup.ts',
'./jest/setup-carplay.ts',
'./jest/setup-blurhash.ts',
'./jest/setup-device-info.js', // JS to prevent Typescript implicit any warning
'./jest/setup-reanimated.ts',
'./jest/setup-rnfs.ts',