Video SDK React Native App
videosdk.live
Features
Device Support
Visit our official guide for Device Support
Prerequisites
You must have the following installed:
- Node.js v12+
- NPM v6+ (comes installed with newer Node versions)
- Android Studio or Xcode installed
Setup
@videosdk.live/react-native-sdk
is react native library for real-time communication. It inherits the same concepts of @videosdk.live/react-sdk
Minimum OS/SDK versions
@videosdk.live/react-native-sdk
supports the following OS/SDK versions.
Android: minSdkVersion >= 21
iOS: > 11
Install the library in React Native
The easiest way to get started is by installing @videosdk.live/react-native-sdk
in your app.
From npm package:
npm install @videosdk.live/react-native-sdk
From yarn package:
yarn add @videosdk.live/react-native-sdk
Follow below link if you are setting up for specific plateform
- Android
- IOS
Documentation
Check the components and their usage in our documentation.
Try it out
Run the Code sample to see it in action.