Alexandre Segura

Results 110 comments of Alexandre Segura

You mean that in landscape mode, the map should be on the left?

Doesn't seem to work on real device

What takes time is picture upload. On average, uploading **one** picture takes 2-3 seconds (you have to multiply it by the number of pictures uploaded). We don't make any processing...

@ColineKpenou I need more details, like the Android version, etc...

This is the error in Sentry It seems to be because all orders (i.e, not only foodtech orders) are retrieved by the API, but the app expects only foodtech orders.

[Build and publish multiple RN apps from the same codebase. (part I) ](https://blog.swmansion.com/build-and-publish-multiple-rn-apps-from-the-same-codebase-29bf3bc54f7f)

Hi, On the app we still use Google Maps APIs for address suggestions (see [AddressAutocomplete](https://github.com/coopcycle/coopcycle-app/blob/4339eae66c2a7769213d11d4216950b4c1a997b0/src/components/AddressAutocomplete.js#L131)). For sure there are lots of problems on the app, but lots of people are...

As discussed with @sgobotta, it looks like the split has to be done server side in any case. Using the `marketplace_fee` prop of the `Preference` API https://www.mercadopago.com.br/developers/es/reference/preferences/_checkout_preferences/post/

The problem is that we are using authorize/capture later mechanism, and with a `Preference` I don't see how to do it.

Totally agree. Tired of seeing all these {if $opc} / if {!$opc} everywhere. What about deprecating non-OPC method ?