https://github.com/loro-dev/loro-react-native
https://github.com/loro-dev/loro-react-native
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loro-dev/loro-react-native
- Owner: loro-dev
- License: mit
- Created: 2025-06-02T00:55:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-01T04:17:48.000Z (6 months ago)
- Last Synced: 2025-12-03T15:22:06.234Z (6 months ago)
- Language: TypeScript
- Size: 1.87 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loro-react-native
React native binding for [Loro](https://loro.dev)
## Installation
```sh
npm install loro-react-native
```
## Usage
```js
import { LoroDoc } from 'loro-react-native';
// ...
const doc = new LoroDoc();
```
You can find an editor demo [here](https://github.com/Leeeon233/loro-react-native-demo)
## Dev
Follow the [getting started](https://jhugman.github.io/uniffi-bindgen-react-native/guides/pre-installation.html) to set up the environment.
### IOS
```
yarn
yarn ubrn:ios
yarn example ios
```
### Android
```
yarn
yarn ubrn:android
yarn example android
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [uniffi-bindgen-react-native](https://github.com/jhugman/uniffi-bindgen-react-native)