🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

@assistant-ui/react-native

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assistant-ui/react-native

React Native bindings for assistant-ui

Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
12K
51.37%
Maintainers
2
Weekly downloads
 
Created
Source

@assistant-ui/react-native

React Native bindings for assistant-ui.

Features

  • Native React Native primitives (Thread, Composer, Message, ThreadList)
  • Multi-thread support with in-memory thread list
  • Compatible with @assistant-ui/core runtime system

Usage

import { useLocalRuntime, AssistantProvider } from '@assistant-ui/react-native';

function App() {
  const runtime = useLocalRuntime(chatModelAdapter);

  return (
    <AssistantProvider runtime={runtime}>
      {/* Your chat UI */}
    </AssistantProvider>
  );
}

Keywords

assistant

FAQs

Package last updated on 02 Apr 2026

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