react-native-braintree-dropin-ui
react-native-braintree-dropin-ui copied to clipboard
Android device doesnt complete the transaction, i am not receiving nonce
I am trying to complete a transaction from my app but i can't in android devices. I recently upgraded your package. In ios is working fine but in android not.
- Braintree actionsheet opens.
- I choose credit card,
- i put my number
- i click add card
- After that i put my otp password and then i am not receiving any data from BraintreeDropIn.show, it shows a spinner (no errors or warnings) and it goes back to my app screen. I can't get nonce.
In ios device i receive the nonce correctly.. Am i missing anything?
My react-native version is: 0.63.4 My react-native-braintree-dropin-ui is: 1.1.7 before was 1.1.2
Edit: I have added logs in this file -> RNBraintreeDropInModule.java into .show method but i never receive logs from setListener inside. I checked and i saw that i have clientToken and the launchDropIn is running but the .setListener is not.
hey hey @manos2864 could you solve this problem?