Waku React Native
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')
import * as waku from "@waku/react-native";
See also Fixing route ip+net: netlinkrib: permission denied
in android
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library