Components
SuperwallLoading
<SuperwallLoading />
and <SuperwallLoaded />
are helper components to help manage the loading state of the Superwall SDK.
The <SuperwallLoading />
component will render its children while the SDK is initializing.
The <SuperwallLoaded />
component will render its children when the SDK is ready.
Example
How is this guide?