Waku React Native (WIP)
Go to file
Anton Iakimov 284f9a0992
fix: update wakuv2 fleet DNS discovery enrtree
https://github.com/status-im/infra-misc/issues/171
2023-09-27 13:36:26 +02:00
.circleci * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
.github/workflows chore: add github action 2022-09-07 08:24:09 -04:00
android feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
example fix: update wakuv2 fleet DNS discovery enrtree 2023-09-27 13:36:26 +02:00
ios feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
scripts * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
src feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
.editorconfig Initial commit 2022-05-10 19:42:15 -04:00
.gitattributes Initial commit 2022-05-10 19:42:15 -04:00
.gitignore fix: timestamp to date, and building .aar 2023-01-23 13:51:17 -04:00
.watchmanconfig * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
.yarnrc Initial commit 2022-05-10 19:42:15 -04:00
CONTRIBUTING.md Initial commit 2022-05-10 19:42:15 -04:00
LICENSE Initial commit 2022-05-10 19:42:15 -04:00
README.md fix: timestamp to date, and building .aar 2023-01-23 13:51:17 -04:00
android-netlink.md chore: add docs on how to fix netlink err 2023-01-05 19:22:30 -04:00
babel.config.js Initial commit 2022-05-10 19:42:15 -04:00
download-gowaku.sh feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
go-waku.VERSION feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
lefthook.yml fix: bigint 2023-01-03 14:28:40 -04:00
package-lock.json feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
package.json feat: expose DNS Discovery and DiscV5 2023-02-26 20:09:29 -04:00
tsconfig.build.json Initial commit 2022-05-10 19:42:15 -04:00
tsconfig.json * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
waku-react-native.podspec * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00

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