The Vizbee Receiver SDK Expo plugin allows you to integrate the react-native-vizbee-receiver-sdk
seamlessly into your Expo managed workflow.
npx expo install vizbee-receiver-sdk-expo-plugin
npm install vizbee-receiver-sdk-expo-plugin
yarn add vizbee-receiver-sdk-expo-plugin
For Expo managed projects, add the following to your app.json
or app.config.js
:
{
"expo": {
"plugins": [
[
"vizbee-receiver-sdk-expo-plugin",
{
"vizbeeAppId": "your-vizbee-app-id",
"dialId": "your-dial-id"
}
]
]
}
}
The plugin supports the following configuration options:
Option | Description | Default Value | Mandatory/Optional |
---|---|---|---|
vizbeeAppId | The Vizbee application ID used for initialization. | N/A | Mandatory |
dialId | The DIAL ID for your application. | N/A | Mandatory |
- Compatibility: This plugin is supported with Expo 50 and above.
- Issues: Report issues
For more detailed information about using the Vizbee Receiver SDK in your Expo project, please refer to the official Vizbee documentation.