Waku React Native (WIP)
Go to file
Richard Ramos b2624f4db1
chore: add docs on how to fix netlink err
2023-01-05 19:22:30 -04: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 v0.0.5 2022-08-29 13:44:46 -04:00
example feat: remove @waku/react-native dependency from example app 2023-01-05 16:53:32 -04:00
ios * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
scripts * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
src chore: add docs on how to fix netlink err 2023-01-05 19:22:30 -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 v0.0.5 2022-08-29 13:44:46 -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 chore: add docs on how to fix netlink err 2023-01-05 19:22:30 -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 fix: filter and download script 2022-08-19 14:25:31 -04:00
go-waku.VERSION chore: use 0.3.1 2023-01-05 13:33:31 -04:00
lefthook.yml fix: bigint 2023-01-03 14:28:40 -04:00
package-lock.json fix: storeQuery base64 decode 2023-01-05 11:47:21 -04:00
package.json fix: storeQuery base64 decode 2023-01-05 11:47:21 -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

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