UNPKG

expo-mercadopago-integration

Version:

Expo library for integrating Mercado Pago native SDK without ejecting

10 lines 225 B
module.exports = { name: 'ExpoMercadoPagoModule', platforms: ['ios', 'android'], ios: { modules: ['ExpoMercadoPagoModule'], }, android: { modules: ['expo.modules.mercadopago.ExpoMercadoPagoModule'], }, };