Skip to content

v4.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mosoakinyemi mosoakinyemi released this 21 Jul 23:39
· 2 commits to releases/v4.0.0-rc1 since this release
3a664d3

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]