react-native-stl-api
Common API that STL uses.
Installation
yarn add @stl1/react-native-stl-api
or
npm i @stl1/react-native-stl-api
Usage
import STL from "react-native-stl-api";
// ...
const keyHashes = await STL.common.getKeyHashes();
const nearbyDevice = await STL.register.getNearbyDevice();
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT