BlackBoxVision / react-native-mercadopago-px

🚀 MercadoPago PX bridge for react-native
https://react-native-mercadopago-px.blackbox-vision.tech
MIT License
104 stars 25 forks source link

Getting an extra empty space on payment method #58

Open juliscotto opened 2 years ago

juliscotto commented 2 years ago

Describe the bug On iOS, When I click on start payment I get an extra blank space with a blank button next to "New card". When I clicked on this empty space the app crashes and I get this error on Xcode:

Screen Shot 2022-01-11 at 5 29 27 AM

How can I fix this?

Screenshots Simulator Screen Shot - iPhone 12 Pro Max - 2022-01-11 at 03 14 00

juliscotto commented 2 years ago

help?

enzobruni-aicore commented 2 years ago

same error

RN: 0.68.1

JonatanSalas commented 2 years ago

Hi guys, would you make to make a repro case repository? Just to check it out more easily.

But this seems not an issue with the library itself, maybe the API response after creating a preference is the problem. Would like to see how are you dealing with preference creation in backend too if possible.