Waku React Native (WIP)
Go to file
Richard Ramos 99a8946e58 chore: setting version to test publishing package 2022-05-24 16:20:07 -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: add support for receiving messages in ios 2022-05-15 11:36:30 -04:00
ios feat: add support for receiving messages in ios 2022-05-15 11:36:30 -04:00
scripts Initial commit 2022-05-10 19:42:15 -04:00
src feat: add support for receiving messages in ios 2022-05-15 11:36: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 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 chore: setting version to test publishing package 2022-05-24 16:20:07 -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