GenericJam's working on native Elixir apps on mobile with Phoenix. Kinda like LiveView Native, but local instead of over the network: https://elixirforum.com/t/native-beam-elixir-on-native-mobile/74924?u=nicd
Another prior art is elixir-desktop, but it's LV + webview while this would be LV + native UI.

Native BEAM / Elixir on Native Mobile
I’ve posted a couple times about this topic before: I’m hoping the description below is close to the final iteration of what the Elixir community would like in a mobile app framework. Working title, mob. BEAM-on-device mobile framework, looking for feedback I am working on a mobile framework for Elixir that takes a different approach than what’s out there although it combines a bit of every approach so far. Looking for early feedback before going further. The idea in one sentence: Write m...