-
Notifications
You must be signed in to change notification settings - Fork 292
Closed as not planned
Closed as not planned
Copy link
Labels
bug reportSomething isn't workingSomething isn't workingnew architectureIssue relates to react-native new architectureIssue relates to react-native new architectureplatform: AndroidIssue related to Android platformIssue related to Android platformrequires: author feedbackItem requires some author's actionItem requires some author's action
Description
Details:
- Android only (iOS works fine)
- react-native@0.79.1
- expo@53.0.1
- new architecture
- react-native-builder-bob monorepo style setup
- install this package in my example app
Steps to reproduce:
npx expo prebuild --clean --platform android
npx expo:run android
The app will not compile gives a duplicate class error here:
xecution failed for task ':app:mergeLibDexDebug'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate
> There was a failure while executing work items
> A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingWorkAction
> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Type com.facebook.react.viewmanagers.RNCSliderManagerDelegate is defined multiple times: /Users/christophergabba/Documents/react-native-audio-manager/android/build/.transforms/ea416fd6a2ec98d64481b8e85d8c7291/transformed/classes/classes_dex/classes.dex, /Users/christophergabba/Documents/react-native-audio-manager/example/node_modules/@react-native-community/slider/android/build/.transforms/758b1cb35986a636d81dd8641e958162/transformed/classes/classes_dex/classes.dex
M
Metadata
Metadata
Assignees
Labels
bug reportSomething isn't workingSomething isn't workingnew architectureIssue relates to react-native new architectureIssue relates to react-native new architectureplatform: AndroidIssue related to Android platformIssue related to Android platformrequires: author feedbackItem requires some author's actionItem requires some author's action
Type
Projects
Status
Done