Skip to content

Releases: just1and0/React-Native-Paystack-WebView

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]

v4.0.0-rc1

21 Jul 23:39
3a664d3
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

Features

  • 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

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
    • showPayButton
    • renderButton
  • refactor: rename the following properties:
    • ActivityIndicatorColor activityIndicatorColor

Authored by: Mosolasi Akinyemi [email protected]

React Native 0.6> support!

08 Mar 00:46
Compare
Choose a tag to compare

React-Native-Paystack-WebView is 100% compactable with react native V0.60>, and it comes with some new props to make life easy.

what's new

  • Autostart.
  • Functional component.
  • SafeAreaView support.
  • Use of ref's

White screen and zoom issue resolved

01 Mar 11:01
Compare
Choose a tag to compare

White screen and zoom issue resolved