[BREAKGLASS] RN module to interact with TwentyTwo Portal device
| .github | ||
| .yarn | ||
| android | ||
| example | ||
| ios | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .nvmrc | ||
| .watchmanconfig | ||
| .yarnrc.yml | ||
| babel.config.js | ||
| CONTRIBUTING.md | ||
| lefthook.yml | ||
| libportal-react-native.podspec | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| shell-android.nix | ||
| shell-ios.nix | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| turbo.json | ||
| yarn.lock | ||
libportal-react-native
React native bindings for the Portal SDK
Installation
npm install libportal-react-native
Usage
import { multiply } from 'libportal-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