pramod kumar
pramod kumar
I had similar problem as dragging was not working. So I changed MainActivity.java with the following marked things now it works perfectly. 
Same issue appearing. Any solution ?
@akhlopyk in which file do we need to change this.
Got a solution ( It's just a workaround not recommended ) In node modules > react-native-braintree-dropin-ui > android > src > main > AndroidManifest.xml change package="tech.bam.RNBraintreeDropIn" to package="tech.power.RNBraintreeDropIn" This solved...