[BREAKGLASS] RN module to interact with TwentyTwo Portal device
Go to file
overtorment 7a28253a10 init
2024-10-08 16:35:55 +01:00
.github init 2024-10-08 16:35:55 +01:00
.yarn init 2024-10-08 16:35:55 +01:00
android init 2024-10-08 16:35:55 +01:00
example init 2024-10-08 16:35:55 +01:00
ios init 2024-10-08 16:35:55 +01:00
src init 2024-10-08 16:35:55 +01:00
.editorconfig init 2024-10-08 16:35:55 +01:00
.gitattributes init 2024-10-08 16:35:55 +01:00
.gitignore init 2024-10-08 16:35:55 +01:00
.nvmrc init 2024-10-08 16:35:55 +01:00
.watchmanconfig init 2024-10-08 16:35:55 +01:00
.yarnrc.yml init 2024-10-08 16:35:55 +01:00
babel.config.js init 2024-10-08 16:35:55 +01:00
CONTRIBUTING.md init 2024-10-08 16:35:55 +01:00
lefthook.yml init 2024-10-08 16:35:55 +01:00
libportal-react-native.podspec init 2024-10-08 16:35:55 +01:00
LICENSE init 2024-10-08 16:35:55 +01:00
package-lock.json init 2024-10-08 16:35:55 +01:00
package.json init 2024-10-08 16:35:55 +01:00
README.md init 2024-10-08 16:35:55 +01:00
shell-android.nix init 2024-10-08 16:35:55 +01:00
shell-ios.nix init 2024-10-08 16:35:55 +01:00
tsconfig.build.json init 2024-10-08 16:35:55 +01:00
tsconfig.json init 2024-10-08 16:35:55 +01:00
turbo.json init 2024-10-08 16:35:55 +01:00
yarn.lock init 2024-10-08 16:35:55 +01:00

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