-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing happend #8
Comments
@juanmanuelarze would you mind to provide more details on the issue? (Some piece of code might help). I've been with some issues setting up react-native-checkout-mercadopago, but now we've working it ok. |
hi, here is my code ... is the same in android, but in ios mercadopago checkout modal never open, no errors, no nothing. I dont understand this part of the instalation guide "Navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar." |
Do you have run already react-native link command? What you've done it's ok. The steps we've done to make it work: 1 - Ensure the react-native project you're working on contains the latest config updates. If not run react-native upgrade. (But, be careful, if you already have a working project keep in mind that running react-native upgrade resets all your configuration files to add the new dependencies) Hope this helps! |
Doesn't work :/ I have this warning from this module /Users/myname/projects/myapp/node_modules/react-native-checkout-mercadopago/ios/:1:1: Umbrella header for module 'MercadoPagoSDK' does not include header 'MLSpinner.h' |
2017-06-14 16:03:24.075904-0300 reactApp[352:58241] Warning: Attempt to present <UINavigationController: 0x102d74600> on <UIViewController: 0x1018146b0> which is already presenting <RCTModalHostViewController: 0x1019bd6e0> |
"react-native-checkout-mercadopago": "^0.4.0", |
ok. I solve the problem, in checkoutMercadopagoModule.m add
comment this
and add this
|
@juanmanuelarze care to send a PR? It would be much appreciated. |
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 same I use on android :/
The text was updated successfully, but these errors were encountered: