vizbee-receiver-sdk-expo-plugin

1.0.0-rc.1 • Public • Published

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:

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

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.

Readme

Keywords

Package Sidebar

Install

npm i vizbee-receiver-sdk-expo-plugin

Weekly Downloads

2

Version

1.0.0-rc.1

License

MIT

Unpacked Size

77 kB

Total Files

38

Last publish

Collaborators

  • opsguru