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