BlackBoxVision / react-native-mercadopago-px

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

[Feature] - Add support for language prop on Android #22

Open JonatanSalas opened 4 years ago

JonatanSalas commented 4 years ago

Motivation

Current Limitations

We've to workaround the current way to configure locale for the PX Android library. In the examples they recommend modifying the context from the Application class by initializing an instance of the PXBehaviourConfigurer class.

The problem with that, is that our library is called as a function which receives parameters and starts an Activity. I'll have to review if constantly modifying the context from a runtime function call instead of modifying at startup would imply a perf issue.

MartinUgarte commented 3 years ago

Hola! Una consulta, aún sigue en desarrollo el tema del idioma? Ya que me gustaría que la pantalla de Mercado Pago esté en español. Saludos!

JonatanSalas commented 3 years ago

@MartinUgarte todavía no pudimos darle al backlog de las cosas que tenemos, vamos a estar viendo de trabajarlo en unas semanas, pero también aceptamos PRs si es algo muy urgente.