smarkets / react-native-paypal

React Native library that implements PayPal Checkout flow using purely native code
MIT License
118 stars 54 forks source link

Add requestDeviceData method to collect Braintree device data #61

Closed lutfidemirci closed 3 years ago

lutfidemirci commented 3 years ago

Hello everyone,

I added a new method called requestDeviceData to collect device data from Braintree.

I'd like to get your opinions through this draft PR.

nzankich commented 3 years ago

@lutfidemirci this is awesome!

One small thing: Do you think you could update the instructions in the Readme file along with a small example? Users will have add DataCollector to both their build.gradle and Podfile in order to get this to work

nzankich commented 3 years ago

Going to merge and update the readme 👍