Disable payment package in android

I am using tipsi strip in my project and it works fine with iOS but unfortunately with android since teh payment module is available with the expo SDK it is erroring out due duplicate packages.

 FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:processDebugResources'.
> Error: more than one library with package name 'com.devmarvel.creditcardentry'

Is there a way to disable payment in the sdk?

You may have an easier time handling payments via https://docs.expo.io/versions/latest/sdk/payments.html

Either way that should help you find where payments is coming in from expokit, so you can remove it if thatโ€™s a better path for you.

unfortunately i could not get the payment package working(Undefined Payments.initialize) hence why i used tipsi-stripe which is what it is based on.

that link only refers to how to add payment to iOS which the package has been removed from. No mention how android package is added and can be removed :confused: