use latest reanimated

This commit is contained in:
Samuel Newman
2025-12-26 16:08:11 +00:00
parent 3c580fc86c
commit b3913cbc63
5 changed files with 302 additions and 487 deletions
+9 -2
View File
@@ -201,10 +201,10 @@
"react-native-pager-view": "6.8.0",
"react-native-progress": "bluesky-social/react-native-progress",
"react-native-qrcode-styled": "^0.3.3",
"react-native-reanimated": "^3.19.1",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "^4.19.0",
"react-native-scroll-forwarder": "link:./modules/react-native-scroll-forwarder"
"react-native-scroll-forwarder": "link:./modules/react-native-scroll-forwarder",
"react-native-svg": "15.12.1",
"react-native-uitextview": "2.0.4",
"react-native-url-polyfill": "^1.3.0",
@@ -213,6 +213,7 @@
"react-native-web": "^0.21.0",
"react-native-web-webview": "^1.0.2",
"react-native-webview": "^13.13.5",
"react-native-worklets": "^0.7.1",
"react-remove-scroll-bar": "^2.3.8",
"react-responsive": "^10.0.1",
"react-textarea-autosize": "^8.5.3",
@@ -372,5 +373,11 @@
"emptyHostname": false,
"validatePackageNames": true,
"validateIntegrity": true
},
"reanimated": {
"staticFeatureFlags": {
"DISABLE_COMMIT_PAUSING_MECHANISM": true,
"USE_COMMIT_HOOK_ONLY_FOR_REACT_COMMITS": true
}
}
}