UNPKG

@genconllc/react-native-braintree-dropin-ui

Version:

> React Native integration of Braintree Drop-in IOS V9.14.0 ANDROID V6.11.0 (Apple Pay &Android Pay Enabled)

14 lines (12 loc) 289 B
const path = require('path'); module.exports = { dependency: { platforms: { ios: {}, android: { packageImportPath: 'import tech.power.RNBraintreeDropIn.RNBraintreeDropInPackage;', packageInstance: 'new RNBraintreeDropInPackage()', }, }, }, };