@videosdk.live/expo-config-plugin
v0.0.2
Published
Config Plugins for React Native Expo Projects
Downloads
247
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-plugin
Usage:
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!