LiveViewNative.Component (live_view_native v0.0.4)
Upgrades a Live Component to a Native Live Component when inherited
with use LiveViewNative.Component
like so:
defmodule MyApp.MyComponent do
use MyAppWeb, :live_component
use LiveViewNative.Component
# ...
end