
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
@thoughtspot/react-native-embed-sdk
Advanced tools
React Native Embed SDK for Embedding Thoughtspot in your react-native mobile applications.
The React Native Embed SDK is a library that allows you to embed a Thoughtspot component in your mobile application.
The ThoughtSpot Embed SDK allows you to embed the ThoughtSpot liveboard embed experience.
Make sure you have the following peer dependencies installed:
npm
npm install @thoughtspot/react-native-embed-sdk
yarn
yarn add @thoughtspot/react-native-embed-sdk
pnpm
pnpm add @thoughtspot/react-native-embed-sdk
// 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}
/>
)
}
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
React Native Embed SDK for Embedding Thoughtspot in your react-native mobile applications.
We found that @thoughtspot/react-native-embed-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 13 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.