Releases: just1and0/React-Native-Paystack-WebView
Releases · just1and0/React-Native-Paystack-WebView
v4.0.0-rc1
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:
SafeAreaViewContainerSafeAreaViewContainerModalshowPayButtonrenderButton
- refactor: rename the following properties:
ActivityIndicatorColoractivityIndicatorColor
Authored by: Mosolasi Akinyemi [email protected]
React Native 0.6> support!
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
White screen and zoom issue resolved