JSPM

live-react-native-elixir-test

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q12795F
  • License MIT

React Native adapter for Phoenix LiveView reactivity

Package Exports

  • live-react-native-elixir-test
  • live-react-native-elixir-test/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (live-react-native-elixir-test) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

live-react-native-elixir

React Native adapter for Phoenix LiveView reactivity.

  • Works with Phoenix >= 1.7
  • Pairs with live_react_native Elixir package

Install

npm install live-react-native-elixir
# or
yarn add live-react-native

Usage

import { createMobileClient, useLiveView } from 'live-react-native-elixir';

See repository README for full examples.