Skip to content

Releases: just1and0/React-Native-Paystack-WebView

v4.3.1

06 Nov 11:13
db0ed6c
Compare
Choose a tag to compare

4.3.1 (2024-11-06)

Bug Fixes

  • RNPSW: add apple_pay as a payment channel (#189) (db0ed6c)

v4.3.0

04 Nov 20:45
a93f4ae
Compare
Choose a tag to compare

4.3.0 (2024-11-04)

Features

  • RNPSW: : add plan and invoice_limit props for pre-defined plan subscription (#181) (a93f4ae), closes #162

v4.2.0

04 Nov 15:29
e5a8809
Compare
Choose a tag to compare

4.2.0 (2024-11-04)

Features

  • RNPSW: expose the root modal's props for customization (#174) (e5a8809)

v4.1.2

04 Nov 15:26
418dabe
Compare
Choose a tag to compare

4.1.2 (2024-11-04)

Bug Fixes

  • RNPSW: : add other payment channel options (#180) (418dabe)

v4.1.1

15 Oct 09:23
51b1eed
Compare
Choose a tag to compare

4.1.1 (2024-10-15)

Bug Fixes

v4.1.0

15 Oct 08:46
f8fbf2e
Compare
Choose a tag to compare

4.1.0 (2024-10-15)

Features

v4.0.6

30 Sep 00:58
Compare
Choose a tag to compare

4.0.6 (2024-09-30)

Bug Fixes

  • documentation broken link. (d579254)

v4.0.5

29 Sep 22:36
Compare
Choose a tag to compare

4.0.5 (2024-09-29)

Bug Fixes

v4.0.4

20 Feb 22:34
Compare
Choose a tag to compare

V4.0.4

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.0.4

V4.0.0

26 Jul 12:32
Compare
Choose a tag to compare

WHAT'S NEW

  • fix issue for decimal amounts e.g '3500.60' (#63, #51 )
  • fix 3D-S issue by listening for PayStack's close url (#42, #58)
  • fix for currency issue (#61 )
  • fix for payment-channels issue
  • refactor: migrate core to typescript & codebase refactor
  • refactor: added unit-tests
  • updated readMe
  • types supports
  • support for cents & kobo billing amount
  • Stuck at bank auth screen fix
  • and general code improvements.

BREAKING CHANGES

  • amount prop must be a string with kobo value e.g amount = { '4500.00'}
  • Removed custom "Pay Now" button (pls use refs to start transactions/show the modal)
  • refactor: removed the following properties:
  • SafeAreaViewContainer
  • SafeAreaViewContainerModal
  • SafeAreaViewContainerModal
  • showPayButton
  • renderButton
  • refactor: rename the following properties:
  • ActivityIndicatorColor activityIndicatorColor

Authored by: Oluwatobi Shokunbi [email protected]
Contributor: Mosolasi Akinyemi [email protected]