cesardeazevedo / react-native-bottom-sheet-behavior

react-native wrapper for android BottomSheetBehavior
MIT License
1.16k stars 114 forks source link

Update to latest library support to latest and change compile to implementation #50

Closed dineshmm23 closed 5 years ago

dineshmm23 commented 5 years ago

Old dependency is having conflicts with multidex. So please update the dependency to latest support.

com.android.build.api.transform.TransformException: Error while generating the main dex list.
> Error while generating the main dex list.
  > com.android.tools.r8.errors.CompilationError: Program type already present: android.support.design.widget.CoordinatorLayout$DefaultBehavior
    > Program type already present: android.support.design.widget.CoordinatorLayout$DefaultBehavior

Originally posted by @ntgussoni in https://github.com/cesardeazevedo/react-native-bottom-sheet-behavior/issues/45#issuecomment-461541685

cesardeazevedo commented 5 years ago

Thanks for report, i'm going to fix it as soon as i can.