Right now the SDK renders outside the expo stack (I've tested it only on iOS). This can cause several problems as it lays over the expo screens and makes it impossible to open a screen in my app based on a custom action from my paywall.
If we have a SuperwallPaywall component that we can render as a parametrized route and gets opened by a similar functionality than registerPlacement we can utilize the expo stack.
To make it possible we would have to render the paywall on the native layer but provide it as a component that accepts parameters.