Skip to content

Commit eb01e2f

Browse files
fix(companion): update react-native-reanimated to Expo 54 compatible version (calcom#25741)
The Android build was failing with errors like: - cannot find symbol: ReactViewBackgroundDrawable - cannot find symbol: TRACE_TAG_REACT_JAVA_BRIDGE - cannot find symbol: getRuntimeExecutor() - no suitable method found for updateLayout Root cause: react-native-reanimated ~3.10.1 is incompatible with React Native 0.81.5 (used by Expo SDK 54). Fix: Update to Expo 54 bundled versions using 'npx expo install': - react-native-reanimated: ~3.10.1 → ~4.1.1 - react-native-worklets: ^0.6.1 → 0.5.1 Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 20efb56 commit eb01e2f

2 files changed

Lines changed: 26 additions & 19 deletions

File tree

companion/package-lock.json

Lines changed: 24 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

companion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"react-native": "0.81.5",
4040
"react-native-context-menu-view": "^1.20.0",
4141
"react-native-gesture-handler": "^2.29.1",
42-
"react-native-reanimated": "~3.10.1",
42+
"react-native-reanimated": "~4.1.1",
4343
"react-native-safe-area-context": "5.4.0",
4444
"react-native-svg": "^15.15.0",
4545
"react-native-web": "^0.21.2",
46-
"react-native-worklets": "^0.6.1"
46+
"react-native-worklets": "0.5.1"
4747
},
4848
"private": true,
4949
"devDependencies": {

0 commit comments

Comments
 (0)