README.md

# 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.md` for a complete setup walkthrough

## Installation

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

```elixir
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