An open API service indexing awesome lists of open source software.

https://github.com/loro-dev/loro-react-native


https://github.com/loro-dev/loro-react-native

Last synced: 4 months ago
JSON representation

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)