mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-23 19:39:35 -05:00
Theme color enhancements, dependency upgrades, album screen refresh (#858)
* Theme color enhancements, dependency upgrades, album screen refresh Updates the Tamagui color palate with a new color for danger, a warning color, and an updated secondary color - inspired by the logo Updates color usages upgrade to react native screens, tamagui de-memoization and de-callback since we're on the compiler now A redesign of how albums look - with a new layout, new buttons, and better styling
This commit is contained in:
+4
-4
@@ -47,9 +47,9 @@
|
||||
"@react-navigation/material-top-tabs": "7.4.10",
|
||||
"@react-navigation/native": "7.1.25",
|
||||
"@react-navigation/native-stack": "7.8.6",
|
||||
"@sentry/react-native": "7.6.0",
|
||||
"@sentry/react-native": "7.8.0",
|
||||
"@shopify/flash-list": "2.2.0",
|
||||
"@tamagui/config": "1.141.2",
|
||||
"@tamagui/config": "1.141.4",
|
||||
"@tanstack/query-async-storage-persister": "5.90.12",
|
||||
"@tanstack/react-query": "5.90.12",
|
||||
"@tanstack/react-query-persist-client": "5.90.12",
|
||||
@@ -82,7 +82,7 @@
|
||||
"react-native-pager-view": "^7.0.2",
|
||||
"react-native-reanimated": "4.1.6",
|
||||
"react-native-safe-area-context": "5.6.2",
|
||||
"react-native-screens": "4.18.0",
|
||||
"react-native-screens": "4.19.0",
|
||||
"react-native-sortables": "1.9.4",
|
||||
"react-native-text-ticker": "^1.15.0",
|
||||
"react-native-toast-message": "^2.3.3",
|
||||
@@ -93,7 +93,7 @@
|
||||
"react-native-worklets-core": "^1.6.2",
|
||||
"ruby": "^0.6.1",
|
||||
"scheduler": "^0.26.0",
|
||||
"tamagui": "1.141.2",
|
||||
"tamagui": "1.141.4",
|
||||
"zustand": "5.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user