1.0.0-rc.1 • Published 11 months ago

vizbee-receiver-sdk-expo-plugin v1.0.0-rc.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Vizbee Receiver SDK Expo Plugin

The Vizbee Receiver SDK Expo plugin allows you to integrate the react-native-vizbee-receiver-sdk seamlessly into your Expo managed workflow.

Installation

Expo

npx expo install vizbee-receiver-sdk-expo-plugin

NPM

npm install vizbee-receiver-sdk-expo-plugin

Yarn

yarn add vizbee-receiver-sdk-expo-plugin

Configuration

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"
        }
      ]
    ]
  }
}

Plugin Options

The plugin supports the following configuration options:

OptionDescriptionDefault ValueMandatory/Optional
vizbeeAppIdThe Vizbee application ID used for initialization.N/AMandatory
dialIdThe DIAL ID for your application.N/AMandatory

Additional Information

  • 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.

1.0.0-rc.1

11 months ago