Waku React Native (WIP)
Go to file
Richard Ramos cbe4443033
update example
2022-07-27 10:44:56 -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: add functions to retrieve message history and check if node is started 2022-07-24 16:57:46 -04:00
example update example 2022-07-27 10:44:56 -04:00
ios update example 2022-07-27 10:44:56 -04:00
scripts Initial commit 2022-05-10 19:42:15 -04:00
src feat: add functions to retrieve message history and check if node is started 2022-07-24 16:57:46 -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 chore: remove go-waku binaries from repo (#4) 2022-06-27 09:21:57 -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: handle empty payloads 2022-07-08 10:19:54 -04:00
go-waku.VERSION update example 2022-07-27 10:44:56 -04:00
package.json update example 2022-07-27 10:44:56 -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