@videosdk.live/expo-config-plugin
v1.0.2
Published
Config Plugins for React Native Expo Projects
Downloads
610
Readme
@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!
