George Fean
George Fean
@nabilfreeman can you take a look at this?
Hi there, sorry I didn't notice your answer. Thanks a lot for your attention ! I've fixed this issue by sharing the same interface from [react-native-dropin-ui](https://github.com/wgltony/react-native-braintree-dropin-ui), since I'm also using...
Hi , any updates about this ? having the same issue while tokenizing the payment.
I was able to solve this problem, since I also use react-native-dropin-ui in my project, I took some source code from there and implementations of library as well. You can...
running `react-native link react-native-payments` and `cd ios && pod install` did the trick in my case
Okay, I fixed that by adding ` if(!options.getBoolean("payPal")){ //disable paypal dropInRequest.disablePayPal(); }` in my RNBraintreeDropInModule.java. about credit-card option the statement for disabling this option was commented out somehow, commenting that...
Hi, I guess because it was not working as expected, it was checking if the key exist completely ignoring its boolean value. I fixed that by changing the statement in...
Hi, I just released a similar package with zero deps and high performance on both platforms: https://www.npmjs.com/package/rn-gesture-swipeable-flatlist
This should be compatible with any rn version