React native binding for Loro
Not available yet
npm install loro-react-native
import { LoroDoc } from 'loro-react-native';
// ...
const doc = new LoroDoc();
Follow the getting started to set up the environment.
yarn
yarn ubrn:ios
yarn example ios
yarn
yarn ubrn:android
yarn example android
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library