Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android cannot build when using Expo SDK v51 #9

Open
lovegroa opened this issue Aug 12, 2024 · 1 comment
Open

Android cannot build when using Expo SDK v51 #9

lovegroa opened this issue Aug 12, 2024 · 1 comment

Comments

@lovegroa
Copy link

The @config-plugins/react-native-webrtc package at version 8.0.0 is incompatible with Expo SDK v51. The issue arises because the Android Gradle used in Expo SDK v51 doesn't support the android.enableDexingArtifactTransform.desugaring setting used in the package at this version. This causes the build to fail. Commenting out this setting in the package allows the project to build, but it leads to downstream issues—specifically, the app crashes when trying to use the voice assistant on Android.

@nikhilro
Copy link
Contributor

Got some advice from Daily. It should support Expo v51.

Plugin: https://github.com/daily-co/rn-daily-js-expo-config-plugin

In order to do that they need to use the latest versions of both:
@config-plugins/react-native-webrtc: 9.0.0
@daily-co/config-plugin-rn-daily-js: 0.0.6

Our expo demo is already using Expo 51:
https://github.com/daily-demos/daily-expo-demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants