pramod kumar

Results 4 comments of pramod kumar
trafficstars

I had similar problem as dragging was not working. So I changed MainActivity.java with the following marked things now it works perfectly. ![23](https://user-images.githubusercontent.com/11612240/97719142-bec33400-1aec-11eb-9613-506c8b45319e.png)

@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...