Socket
Book a DemoInstallSign in
Socket

@thoughtspot/react-native-embed-sdk

Package Overview
Dependencies
Maintainers
13
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thoughtspot/react-native-embed-sdk

React Native Embed SDK for Embedding Thoughtspot in your react-native mobile applications.

0.0.2-beta
beta
latest
npmnpm
Version published
Maintainers
13
Created
Source

React Native Embed SDK

Overview

The React Native Embed SDK is a library that allows you to embed a Thoughtspot component in your mobile application.

Quick Start

The ThoughtSpot Embed SDK allows you to embed the ThoughtSpot liveboard embed experience.

Installation

Make sure you have the following peer dependencies installed:

  • React
  • React Native
  • React Native Webview

npm

npm install @thoughtspot/react-native-embed-sdk

yarn

yarn add @thoughtspot/react-native-embed-sdk

pnpm

pnpm add @thoughtspot/react-native-embed-sdk

Embedded Liveboard

// NPM
import { LiveboardEmbed, AuthType, init } from '@thoughtspot/react-native-embed-sdk';

init({
    thoughtSpotHost: '<%=tshost%>',
    authType: AuthType.TrustedAuthTokenCookieless,
    getAuthToken: async () => Token,
});

const LiveboardEmbedView = () => {

    return (
        <LiveboardEmbed
            liveboardId={liveboardId}
        />
    )
}

Contributing

Local dev server

How to build local sdk package and test.

$ npm run build
$ npm yalc publish

Use this SDK package in your project using yalc.

$ npm yalc add sdk-folder-path

Once added this will link your sdk.



React-Native-Embed-SDK, © ThoughtSpot, Inc. 2025

FAQs

Package last updated on 16 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.