eb01e2f9d8
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>