mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-02 22:33:10 +00:00
Since go-waku needs to be downloaded, including these download scripts in the releases is helpful.
@waku/react-native
Waku React Native
Installation
npm install @waku/react-native
Edit settings.gradle from your app and add:
include ':gowaku'
project(':gowaku').projectDir = new File(rootProject.projectDir, './../node_modules/@waku/react-native/android/gowaku')
Usage
import * as waku from "@waku/react-native";
See also Fixing route ip+net: netlinkrib: permission denied in android
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
Languages
TypeScript
28.5%
Java
18.4%
Swift
8.6%
C++
7.7%
Kotlin
7.6%
Other
29.2%