Skip to content

wavect/react-native-calendly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-calendly

Minimalistic React Native Calendly npm package.

Get started

  • pnpm i @wavect/react-native-calendly or
  • npm i @wavect/react-native-calendly or
  • yarn add @wavect/react-native-calendly

Basic usage

import CalendlyInline from "@wavect/react-native-calendly";

<CalendlyInline
                url={`https://your-calendly.com`}
                pageSettings={{
                    hideLandingPageDetails: true,
                    hideEventTypeDetails: true,
                    primaryColor: Color.primary,
                    hideGdprBanner: true, // @dev Make sure we cover this in our data privacy policy
                }}
                utm={{
                    utmSource: "MobileApp",
                }}
                prefill={{
                    email: state.email,
                    firstName: state.firstName,
                    name: state.firstName,
                }}
                onEventScheduled={handleEventScheduled}
            />

Disclaimer

This software is provided as is and no guarantees are being made.

Contributions

This package originated from this Github thread.

About

Wavect GmbH is a Web3 Product Studio building Software with a strong focus on achieving Product-Market-Fit.

About

Minimalistic React Native Calendly npm package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published