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.
- Server-side modules live under
lib/live_react_native/ - Works alongside the JS/TS client in
../js_core - See the root
USAGE_GUIDE.mdfor a complete setup walkthrough
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