React native binding for Loro
npm install loro-react-native
import { LoroDoc } from 'loro-react-native';
// ...
const doc = new LoroDoc();
You can find an editor demo here
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 uniffi-bindgen-react-native