You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 theandroid.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.The text was updated successfully, but these errors were encountered: