Minimalistic React Native Calendly npm package.
pnpm i @wavect/react-native-calendly
ornpm i @wavect/react-native-calendly
oryarn add @wavect/react-native-calendly
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}
/>
This software is provided as is and no guarantees are being made.
This package originated from this Github thread.
Wavect GmbH is a Web3 Product Studio building Software with a strong focus on achieving Product-Market-Fit.