LiveReact Native (Elixir core)

Elixir library that enables Phoenix LiveView apps to communicate with React Native clients via a mobile WebSocket channel and a small set of helper functions.

Installation

Add to your Phoenix app mix.exs after publishing to Hex:

def deps do
[
{:live_react_native, "~> 0.0.1"}
]
end

Docs

Documentation will be published on HexDocs. Source: https://github.com/AJReade/live_react_native

License

MIT