🙏 Setting Up
Installation
npm install react-native-keychain react-native-rsa-native
npm install @solacelabs/solace-connect
Usage
Importing the SDK
Firstly, import the SDK into your project using the following line of code:
import { SolaceConnect } from '@solacelabs/solace-connect';
Last updated