This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
package name com.reactlibrary is used by other libraries and so might cause issues for projects with lots of dependencies #25
Labels
bug
Something isn't working
Describe the bug
When I add the SDK to my project my android build fails due to the error below. I believe that this is caused by the android package name being com.reactlibrary. This name is default and so is also used by other libraries and so if you ever happen to have more than one in your project it will fail. Would it be possible to change the package name to something less risky? I tried changing locally under my node modules and it then built fine.
To reproduce
It is difficult to know exactly which other dependency in my project is clashing with this SDK so not sure how to reproduce but I feel like it might be good if we can change the name here to be safe.
SDK version
2.0.2
The text was updated successfully, but these errors were encountered: