[BREAKGLASS] Lightweight lightning node for React Native
Go to file
Overtorment ee0ef0e77c chore
2021-04-30 21:01:39 +01:00
.circleci chore: initial commit 2021-02-28 12:20:53 +00:00
android chore 2021-04-30 21:01:39 +01:00
example chore 2021-04-30 21:01:39 +01:00
ios chore: initial commit 2021-02-28 12:20:53 +00:00
scripts chore: initial commit 2021-02-28 12:20:53 +00:00
src chore 2021-04-30 21:01:39 +01:00
.editorconfig chore: initial commit 2021-02-28 12:20:53 +00:00
.gitattributes chore: initial commit 2021-02-28 12:20:53 +00:00
.gitignore chore: initial commit 2021-02-28 12:20:53 +00:00
.yarnrc chore: initial commit 2021-02-28 12:20:53 +00:00
babel.config.js chore: initial commit 2021-02-28 12:20:53 +00:00
CONTRIBUTING.md chore: initial commit 2021-02-28 12:20:53 +00:00
LICENSE chore: initial commit 2021-02-28 12:20:53 +00:00
package.json WIP 2021-03-22 11:40:13 +00:00
README.md chore: initial commit 2021-02-28 12:20:53 +00:00
rn-ldk.podspec chore: initial commit 2021-02-28 12:20:53 +00:00
tsconfig.build.json chore: initial commit 2021-02-28 12:20:53 +00:00
tsconfig.json chore: initial commit 2021-02-28 12:20:53 +00:00

rn-ldk

rn-ldk

Installation

npm install rn-ldk

Usage

import RnLdk from "rn-ldk";

// ...

const result = await RnLdk.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT