-
-
Notifications
You must be signed in to change notification settings - Fork 118
Description
Describe the bug
After calling payNow() , the modal opens but the view containing the webView component doesn't show
To Reproduce
Steps to reproduce the behavior:
- Just download and use the package in your app
Expected behavior
The webview component ought to render immediately after the modal opens up
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [Android] (development build with expo)
Smartphone (please complete the following information):
- Device: [Redmi Note 14]
Additional context
The view eventually shows up after you make a change to the PaystackProvider.js (it's.js in production, from the node_modules folder).
When debug is set to true, I get all the logs that confirm that the webView starts load, and ends loading which shows that it mounts, but it's containing View parent just does not show up until after a change and then the UI hydrates