mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 18:10:31 -05:00
d00734bf4a
* fix: respect reduced animations system settings lockfiles, rollback eslint * adding reduced motion config to discover screen * deduplicate logic for the card rows on the home and discover screen * respect ReduceMotion at the system level for home and discover animated rows * rolling back renimated since that ain't working with reduced animations
14 lines
579 B
Diff
14 lines
579 B
Diff
diff --git a/node_modules/react-native-reanimated/compatibility.json b/node_modules/react-native-reanimated/compatibility.json
|
|
index f1ba9cb..ffab7fe 100644
|
|
--- a/node_modules/react-native-reanimated/compatibility.json
|
|
+++ b/node_modules/react-native-reanimated/compatibility.json
|
|
@@ -4,7 +4,7 @@
|
|
"react-native-worklets": ["nightly"]
|
|
},
|
|
"4.1.x": {
|
|
- "react-native": ["0.78", "0.79", "0.80", "0.81", "0.82"],
|
|
+ "react-native": ["0.78", "0.79", "0.80", "0.81", "0.82", "0.83", "0.84"],
|
|
"react-native-worklets": ["0.5.x", "0.6.x", "0.7.x"]
|
|
},
|
|
"4.0.x": {
|