mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-04 15:23:08 +00:00
28 lines
515 B
Markdown
28 lines
515 B
Markdown
# @waku/react-native
|
|
Waku React Native
|
|
## Installation
|
|
|
|
```sh
|
|
npm install @waku/react-native
|
|
```
|
|
|
|
## Usage
|
|
|
|
```js
|
|
import * as waku from "@waku/react-native";
|
|
```
|
|
|
|
See also [Fixing `route ip+net: netlinkrib: permission denied` in android](android-netlink.md)
|
|
|
|
## Contributing
|
|
|
|
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
---
|
|
|
|
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
|