98ef3d59f8 | ||
---|---|---|
.circleci | ||
.github/workflows | ||
android | ||
example | ||
ios | ||
scripts | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.watchmanconfig | ||
.yarnrc | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
android-netlink.md | ||
babel.config.js | ||
download-gowaku.sh | ||
go-waku.VERSION | ||
lefthook.yml | ||
package-lock.json | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json | ||
waku-react-native.podspec |
README.md
@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