For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ™ 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