phuochau / react-native-thumbnail

Get thumbnail from local media. Currently, it only supports for video.
MIT License
135 stars 104 forks source link

Error building for android: more than one library with package name 'com.reactlibrary' #31

Open AlexandruVoica opened 5 years ago

AlexandruVoica commented 5 years ago

Can you please help me with this? it's conflicting to another package with the same name.

import com.reactlibrary.RNReactNativeDocViewerPackage;
...
import com.reactlibrary.RNThumbnailPackage;

Thank you.

nicoara commented 5 years ago

Hello @AlexandruVoica , did you solve this? Thanks!