Uh oh!
There was an error while loading. Please reload this page.
fix: update Composables Core to 1.37.0 for Expo DevClient compatibility - #72
Conversation
Updates com.composables:core from 1.20.1 to 1.37.0 to resolve compatibility issues with Expo DevClient, which uses Composables Core 1.37.0 and crashes when encountering version 1.20.1. This update enables proper integration with React Native projects using Expo DevClient without version conflicts. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label | ||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
mhamann
commented
Jan 16, 2026
Thanks for the PR! I'll take a look at this on Friday and hopefully get it released. |
leonelgalan
commented
Jan 16, 2026
Thank you guys! Claude got ahead of me and push the PR with The only questions I had left before I would have push the PR is should we stay on 1.37.0? The latest is 1.49.6? How should this change affect the android package version? Is it 4.1 or 4.0.1. No other change was needed so it seems the APIs used are all compatible. |
mhamann
commented
Jan 16, 2026
Overall, I'm in favor of jumping to the latest on dependencies as long as there aren't problematic changes requiring a lot of rework. (Or conflicts with other up/downstream packages.) |
leonelgalan
commented
Jan 19, 2026
mhamann
commented
Jan 19, 2026
Ah, we'll have to investigate that. Let's just merge 1.37 for now and kick the rest down the road a bit. |
Uh oh!
There was an error while loading. Please reload this page.


User description
Summary
Updates
com.composables:coredependency from 1.20.1 to 1.37.0 to resolve compatibility issues with Expo DevClient.Problem
Expo DevClient uses Composables Core 1.37.0 and crashes when encountering version 1.20.1. This prevents React Native applications using Expo DevClient from properly integrating with the Rownd Android SDK v4.0.0.
Solution
Updated the Composables Core dependency to 1.37.0 (android/build.gradle:100), which is compatible with Expo DevClient.
Testing
Related
This update enables the React Native package (https://github.com/rownd/react-native) to safely upgrade to Android SDK v4.0.0 without Expo DevClient compatibility issues.
🤖 Generated with Claude Code
PR Type
Bug fix
Description
Updates
com.composables:coredependency from 1.20.1 to 1.37.0 inandroid/build.gradleResolves compatibility issues with Expo DevClient that crashes when encountering the older version
Enables React Native applications using Expo DevClient to properly integrate with Rownd Android SDK v4.0.0
All unit tests pass and linting completed without errors
Verified full integration with React Native Expo app using expo-dev-client 6.0.20
Diagram Walkthrough
File Walkthrough