expo-live-view
v0.6.1
Published
Phoenix LiveView for React Native
Downloads
182
Readme
expo-live-view
Phoenix LiveView for React Native
Installation
npm install expo-live-view
Usage
import { multiply } from 'expo-live-view';
// ...
const result = await multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library