React Native Mercadopago Px Versions Save

🚀 MercadoPago PX bridge for react-native

v0.8.0

1 year ago

0.8.0 (2022-09-08)

Bug Fixes

  • #67: upgrade mercadopago SDK version to 4.53.2 (3246714), closes #67
  • fetch to bad baseUrl. add skeleton (59224e8)
  • fix images, and add links to play store and app store (4c3b62b)
  • fix issue with images (d48c253)
  • fix issue with useWindowDimensions been undefined on SSR (d4beb99)
  • menu items dark theme styling bug (192d773)
  • remove .env file from repo (79176ee)
  • spanish spell checking (d4389ba)
  • typo (84436db)

Features

  • i18n: add spanish translations (7e0555c)

v0.7.2

3 years ago

0.7.2 (2020-12-02)

Bug Fixes

  • ios: hotfix for build issue in IOS (dcb9a1e)

v0.7.1

3 years ago

0.7.1 (2020-11-30)

v0.7.0

3 years ago

0.7.0 (2020-11-14)

Bug Fixes

  • revert modifications in ios that affect promises behaviour (2025fd3)

Features

  • example: improve example build times in android (3f026dc)
  • improve typings for Payment (0a8c6d7)

Performance Improvements

  • move validations of required options in JS to avoid rountrip to RN bridge (8d8d217)

v0.6.1

3 years ago

0.6.1 (2020-10-01)

Bug Fixes

  • ios: fix issue when some value from advancedOptions is nil (56d3194)

v0.6.0

3 years ago

0.6.0 (2020-08-11)

Bug Fixes

  • android: fix compiling issue in android with rn >= 0.63 (2d80a2c)
  • ios: fix deployment target in library podspec (881c4ac)

Features

  • version: add support for customize MP SDK version, make kotlin version keep fixed (4e630ff)

v0.5.0

3 years ago

0.5.0 (2020-06-29)

Bug Fixes

  • example: add fix for rejected payment status (930034d)
  • example: fix alert message when in process payment (9b8a330)
  • example: fix bug on android with intl by installing and loading polyfill (5a3c75b)
  • ios: fix typo in constant (fac2ab7)
  • ios: move out of main thread everything related to instance creation (ced79c7)

Features

  • android: rewrite to improve errors, also, add support to expose more data from payment (3ea3f14)
  • ios: finished to implement MP callbacks (e19c81e)
  • ios: improve payment object by setting default values (5a4f9b9)
  • ios: swift rewrite launches checkout correctly (ed22ef7)
  • ios: working on a fully swift rewrite (de61e9f)
  • js: improve payment object, and also, reflect support for language property (0d8df34)
  • typings: add comments for features specifics to platform (5a30c04)

v0.4.0

3 years ago

0.4.0 (2020-06-08)

Features

  • ios: add support for advanced configuration (422ba0f)

v0.3.0

3 years ago

0.3.0 (2020-06-06)

Bug Fixes

  • ios: make podspec mark library as static framework (a6d1b7d)

Features

  • example: improve code and remove flipper from Podfile (3286c77)
  • example: improve example code by making it look realistic (1476c00)

v0.2.0

3 years ago

0.2.0 (2020-06-04)

Bug Fixes

  • example: remove props related to express-payments (4d317b6)
  • ios: make current implementation work as intended (6903632)

Features

  • ios: add base implementation for Mp Checkout adapter in obj-c (b5f7165)
  • ios: finish fully working implementation in objective-c (71e8c9a)
  • ios: lock version in 4.32.4 in podspec (a1e5b2f)