Skip to content

Releases: just1and0/React-Native-Paystack-WebView

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