react-native-braintree-dropin-ui
Version:
> React Native integration of Braintree Drop-in IOS V4 ANDROID V2 (Apple Pay &Android Pay Enabled)
14 lines (12 loc) • 360 B
JavaScript
const path = require('path');
module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'ios', 'RNBraintreeDropIn.podspec') },
android: {
packageImportPath: 'import tech.power.RNBraintreeDropIn.RNBraintreeDropInPackage;',
packageInstance: 'new RNBraintreeDropInPackage()',
},
},
},
};