React Native SDK
Huddle01 React Native SDK lets you incorporate video and audio calls, screen sharing, chat functionality, and much more, all while providing a seamless and user-friendly experience to your users. Our SDK is designed to be easy to use and implement, allowing you to quickly build high-quality, reliable communication experiences for your mobile app users.
Quickstart
This section provides a brief overview of how to quickly get started with using the Huddle01 SDK in a React Native project.
Walkthrough
This section provides a step-by-step guide to building a simple Huddle01-based video conferencing app in a React Native project.
Start from an Example
This section provides instructions on how to clone and run a sample Huddle01 app in a React Native project.
Hooks
This section provides an overview of the available React Native hooks in the Huddle01 SDK that can be used to create custom functionality.
Events
This section lists the available events that can be subscribed to in the React Native SDK.
Pre Requisites
Before using the Huddle01 React Native SDK, you must have Node.js installed on your machine. You can install Node.js using one of the following methods:
- Install Node.js with NVM by following the instructions on this GitHub page (opens in a new tab)
- Install Node.js with FNM by following the instructions on this GitHub page (opens in a new tab)
- Download Node.js from the official website (opens in a new tab)
💡 Pro Tip: Use NVM or FNM to install Node.js as they help in version management and easy updation
After installing Node.js, verify it's installed by running the following command in your terminal:
node --version