Waku React Native (WIP)
Go to file
Richard Ramos 6f315a11c9 chore: add IOS files 2022-08-22 20:53:56 -04:00
.circleci chore: upgrade react native and target android 31 2022-08-22 14:42:21 -04:00
android chore: upgrade react native and target android 31 2022-08-22 14:42:21 -04:00
example chore: add IOS files 2022-08-22 20:53:56 -04:00
ios chore: upgrade react native and target android 31 2022-08-22 14:42:21 -04:00
scripts chore: upgrade react native and target android 31 2022-08-22 14:42:21 -04:00
src chore: upgrade react native and target android 31 2022-08-22 14:42:21 -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: add IOS files 2022-08-22 20:53:56 -04:00
.watchmanconfig chore: upgrade react native and target android 31 2022-08-22 14:42:21 -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 2022-08-22 14:42:21 -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 fix: filter and download script 2022-08-19 14:25:31 -04:00
lefthook.yml chore: upgrade react native and target android 31 2022-08-22 14:42:21 -04:00
package.json chore: upgrade react native and target android 31 2022-08-22 14:42:21 -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 2022-08-22 14:42:21 -04:00
waku-react-native.podspec chore: add IOS files 2022-08-22 20:53:56 -04:00
yarn.lock chore: upgrade react native and target android 31 2022-08-22 14:42:21 -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