just1and0 / React-Native-Paystack-WebView

💸💳The package allows you accept payment using paystack and guess what, it doesn't require linking! just install and begin to use 🚀
https://paystack.com
MIT License
153 stars 102 forks source link

use `DOMContentLoaded` instead of `onload` #99

Closed fuadop closed 2 years ago

fuadop commented 2 years ago

https://javascript.info/onload-ondomcontentloaded#domcontentloaded-and-scripts

The load event fires before the javascript loads completely at times. That's why there are blank screen issues sometimes due to internet connection.