react-native-checkout-mercadopago
react-native-checkout-mercadopago copied to clipboard
A react native bridge for MercadoPago checkout components
I ejected a expo app and mede the process described on the README, but I am getting the following error ``` #import ^~~~~~~~~~~~~~~~~~~~~~~~~ While building module 'UIKit' imported from ../../react-native/template/ios/HelloWorld/AppDelegate.h:2:...
I am getting above mentioned error after installing the plugin to my project, this is how my app.js file looks like : ``` import React, { Component } from 'react';...
Using pod "MercadoPagoSDK","3.7.5" Got error Unable to run command 'StripNIB AddCouponViewController.nib' - this target might include its own product. all .xib file because my pod file is Objective-c not swift...
Hi, when i run the example code shows me this error, I appreciate your help very much! ``` /var/www/mp/example/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches...
Hi guys. When I call startCheckout nothing happened, no errors, no warnings, nothing, I'm develop with RN 0.43 in an iPhone 6s, the MP keys doesn't are wrong are the...
Both Android and iOS SDKs offer the `MerchantServer.createPreferences` function. It would be great to expose that to the JS side (or at least simulate it since if I understood right...
This is more of a complaint hahaha... But since there are instructions for iOS in the README it would be better to add Android instructions too, to keep it complete....