@harborlockers/react-native-sdk
v1.0.40
Published
A React Native wrapper for the Harbor SDK
Downloads
30
Keywords
Readme
harbor-react-native-sdk Documentation
Getting started
$ npm install @harborlockers/react-native-sdk --save
or
$ yarn add @harborlockers/react-native-sdk
Example usage from React Native
import HarborSDK from '@harborlockers/react-native-sdk';
// Use any of the Harbor SDK methods
HarborSDK.initializeSDK()
HarborSDK.setAccessToken(session.sdkToken, Config.ENV);
Before getting started with the SDK, you will need to integrate your backend with the Harbor Backend. This is required to connect and interact with the Harbor Towers.
For steps on how to use the SDK to connect and interact with the tower, please refer to the official documentation