Skip to main content
Question

Calendly Integration in react native app

  • 5 August 2024
  • 2 replies
  • 184 views

Hi everyone,

I'm looking to integrate Calendly into a React Native app. Is there any official package or recommended way to achieve this? Any guidance or examples would be greatly appreciated!

Thank you!

Hi Raagavendiran06086! I can give this one a shot!

 

When it comes to integrations not managed by Calendly, our embed options can be used anywhere that HTML and Javascript is supported. Many users have found success using this in their mobile applications. We also have some advanced embed options that might work for you as well if you need additional Javascript flexibility. While React Native does not use HTML directly, some components can be translated to HTML, where for example a View component is similar to a div tag. Based on this, you may be able to use the code provided in this Stackoverflow post to work in your React Native app.

With that said, the react-calendly package is not managed by Calendly so for any react-calendly issues, you would need to open an issue on the Github page.

 

I hope this helps!


Thanks for the Update. @Sean Marlin