Waku React Native (WIP)
Go to file
Richard Ramos aad0d8228a
Initial commit
2022-05-10 19:42:15 -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 Initial commit 2022-05-10 19:42:15 -04:00
example Initial commit 2022-05-10 19:42:15 -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 Initial commit 2022-05-10 19:42:15 -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 Initial commit 2022-05-10 19:42:15 -04:00
tsconfig.build.json Initial commit 2022-05-10 19:42:15 -04:00
tsconfig.json Initial commit 2022-05-10 19:42:15 -04:00
waku-react-native.podspec Initial commit 2022-05-10 19:42:15 -04:00
yarn.lock Initial commit 2022-05-10 19:42:15 -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