This is a config-plugin for Expo projects that allows you to use the VideoSDK React Native SDK with ease. The plugin simplifies the setup process by automatically linking the required native dependencies and applying the necessary configuration changes.
npm install @videsdk.live/expo-config-plugin
Add config-plugin in your app.json file under plugins
section as shown below:
"plugins": ["@videosdk.live/expo-config-plugin"]
After adding the plugin run the following command.
npx expo prebuild
It will add all the necessary configs in your android and ios folder.
start building your app!