🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@duffel/react-native-components-assistant

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duffel/react-native-components-assistant

Duffel Assistant component in React Native

latest
npmnpm
Version
0.3.0
Version published
Maintainers
6
Created
Source

@duffel/react-native-components-assistant

UI component for getting travel support in your react native app with the Duffel Assistant.

Installation

yarn add @duffel/react-native-components-assistant

Usage

import { DuffelAssistant } from '@duffel/react-native-components-assistant';

function App() {
  const [isDuffelAssistantOpen, setIsDuffelAssistantOpen] = useState(false);

  return (
    <DuffelAssistant
      isOpen={isDuffelAssistantOpen}
      onClose={() => setIsDuffelAssistantOpen(false)}
      clientKey="<USER_CLIENT_KEY>"
    />
  );
}

For documentation and help integrating with this component please visit https://duffel.com/docs/guides/integrating-the-duffel-assistant

Keywords

react-native

FAQs

Package last updated on 28 Oct 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