Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@duffel/react-native-components-ancillaries

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duffel/react-native-components-ancillaries

Component for ancillaries selection in React Native

npmnpm
Version
0.1.1
Version published
Weekly downloads
2.4K
21.72%
Maintainers
6
Weekly downloads
 
Created
Source

@duffel/react-native-components-ancillaries

UI components to support selling travel with the Duffel API in your react native app.

Installation

yarn add @duffel/react-native-components

Usage

import { DuffelAncillaries } from '@duffel/react-native-components-ancillaries';

function App() {
  return (
    <DuffelAncillaries
      offer_id="fixture_off_1"
      services={['bags', 'seats']}
      passengers={[
        {
          id: 'pas_0000AUde3KY1SptM6ABSfU',
          given_name: 'Mae',
          family_name: 'Jemison',
          gender: 'f',
          title: 'dr',
          born_on: '1956-10-17',
          email: 'm.jemison@nasa.gov',
          phone_number: '+16177562626',
        },
      ]}
      onPayloadReady={console.log}
      theme={DARK_THEME}
    />
  );
}

For documentation and help integrating with this component please contact help@duffel.com

Keywords

react-native

FAQs

Package last updated on 15 Jul 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