Waku React Native (WIP)
Go to file
Richard Ramos 98b7fb8bff
fix: filter and download script
2022-08-19 14:25:31 -04:00
.circleci Initial commit 2022-05-10 19:42:15 -04:00
.husky Initial commit 2022-05-10 19:42:15 -04:00
android feat: filter (#6) 2022-08-19 13:43:37 -04:00
example feat: add functions to retrieve message history and check if node is started (#5) 2022-08-01 19:43:49 -04:00
ios feat: filter (#6) 2022-08-19 13:43:37 -04:00
scripts Initial commit 2022-05-10 19:42:15 -04:00
src fix: filter and download script 2022-08-19 14:25:31 -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: filter and download script 2022-08-19 14:25:31 -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 Initial commit 2022-05-10 19:42:15 -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 fix: filter and download script 2022-08-19 14:25:31 -04:00
package.json feat: add functions to retrieve message history and check if node is started (#5) 2022-08-01 19:43:49 -04:00
tsconfig.build.json Initial commit 2022-05-10 19:42:15 -04:00
tsconfig.json feat: adding more functions to kotlin impl 2022-05-11 16:18:00 -04:00
waku-react-native.podspec Initial commit 2022-05-10 19:42:15 -04:00
yarn.lock chore: adding author and missing @type 2022-05-12 12:20:12 -04:00

README.md

@waku/react-native

Waku React Native

Installation

npm install @waku/react-native

Usage

import { multiply } from "@waku/react-native";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT