Waku React Native (WIP)
Go to file
Richard Ramos 3c2371252d fix: format 2023-01-03 13:51:54 -04:00
.circleci * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
.github/workflows chore: add github action 2022-09-07 08:24:09 -04:00
android v0.0.5 2022-08-29 13:44:46 -04:00
example fix: use date for timestamps 2023-01-03 13:51:54 -04:00
ios * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
scripts * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
src fix: format 2023-01-03 13:51:54 -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 v0.0.5 2022-08-29 13:44:46 -04:00
.watchmanconfig * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -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 * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -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 v0.0.8 2023-01-03 08:42:18 -04:00
lefthook.yml * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
package-lock.json v0.0.8 2023-01-03 08:42:18 -04:00
package.json v0.0.8 2023-01-03 08:42:18 -04:00
tsconfig.build.json Initial commit 2022-05-10 19:42:15 -04:00
tsconfig.json * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -04:00
waku-react-native.podspec * chore: upgrade react native and target android 31 (#7) 2022-08-29 11:32:20 -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


Made with create-react-native-library