0.0.2 • Published 1 year ago
@videosdk.live/expo-config-plugin v0.0.2
@videosdk.live/expo-config-plugin
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.
Installation
npm install @videsdk.live/expo-config-pluginUsage:
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 prebuildIt will add all the necessary configs in your android and ios folder.
start building your app!