Integrating chatbot services in react native app

I went through the documentation but I could not find the procedure to integrate tawk.to chatbot (live chat) services with react native (android) app. Please help

Hi @itsSiddharthA

Thank you for posting your query.

We don’t have a public SDK at the moment, but you can embed widget Webview inside your app.

You can also check the sample from the link below and take it as a starting point:
https://bitbucket.org/tawkto/widget-embed-android/src/master/

Step 1: Set Up Your React Native Development Environment.
Step 2: Setting up Amity React Native Chat UIKit.
Step 3: Link UI Kit to your React Native Project.
Step 4: Setting up for iOS.
Step 5: Setting up for Android.
Step 6: Integrate Amity React Native Chat UIKit.
Step 7: Start the conversation with the Chatbot.

Hi Sokoldw3,

Thank you for posting.

The post or steps that you provided above is not applicable.
We will check with our team if there are other options to achieve this.

Ohh, I’m sorry. I though it might be helpful.

Hello, Install react-native-webview using npm install react-native-webview.