React Native integration

Hi everyone. I need to integrate Freshdesk to a React-Native application for my organisation. Is there any support existing for that?

@Samrat_kadian,
Good Day!
Can you please elaborate on your ask?
Do you want to create a Freshdesk App with react native?

Thanks

Yes.
I need to create/integrate a widget for Freshdesk in my application.

yes, you can create Framework apps
Kindly refer this for more reference

https://developers.freshworks.com/tutorials/codelabs/react-fdk/index.html?index=..%2F..index

Thanks for your reply.

However, the link you referred me to is for React app development, not for React-Native app development. Is there any similar reference for React-Native?

Thanks.

@Samrat_kadian,
Good day!
Unfortunately, We don’t have the support of react-native in build in the FDK, but you can use any framework inside the app,

eg: you can create a folder called src (contains react-native code) inside the app root folder, and include the final build in the template.html, and try running the app.

Hope it helps :slight_smile:

Thanks

1 Like

Thanks for your assistance.

1 Like