[BREAKGLASS] Lightweight lightning node for React Native
| .circleci | ||
| android | ||
| example | ||
| ios | ||
| scripts | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .yarnrc | ||
| babel.config.js | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rn-ldk.podspec | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
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