Waku React Native (WIP)
Go to file
Richard Ramos 9251967b78
feat: expose peers fuction
2022-05-11 18:04:53 -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 fix: permissions 2022-05-11 18:04:22 -04:00
example feat: expose peers fuction 2022-05-11 18:04:53 -04:00
ios Initial commit 2022-05-10 19:42:15 -04:00
scripts Initial commit 2022-05-10 19:42:15 -04:00
src feat: expose peers fuction 2022-05-11 18:04:53 -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 Initial commit 2022-05-10 19:42:15 -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
package.json feat: adding more functions to kotlin impl 2022-05-11 16:18:00 -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 feat: adding more functions to kotlin impl 2022-05-11 16:18:00 -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