Releases: just1and0/React-Native-Paystack-WebView
Releases · just1and0/React-Native-Paystack-WebView
v4.3.1
v4.3.0
v4.2.0
v4.1.2
v4.1.1
v4.1.0
v4.0.6
v4.0.5
v4.0.4
V4.0.4
What's Changed
- Updated README.md to correct error by @opmat in #101
- fix: fixes misleading channels prop value on doc by @fuadop in #91
- Migratate from InlineJS V1 to V2 by @erasmuswill in #142
- Added the subaccount/payment split feature by @opmat in #117
- corrected type declaration file path by @mureyvenom in #100
New Contributors
- @opmat made their first contribution in #101
- @fuadop made their first contribution in #91
- @erasmuswill made their first contribution in #142
- @mureyvenom made their first contribution in #100
Full Changelog: v4.0.0...v4.0.4
V4.0.0
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:
ActivityIndicatorColoractivityIndicatorColor
Authored by: Oluwatobi Shokunbi [email protected]
Contributor: Mosolasi Akinyemi [email protected]