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, "~> 1.0"}
  ]
end

Docs

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

License

MIT