Overlay plugins configuration.

interface RNOverlayPlugins {
    expanded?: RNExpandedPluginComponent;
    side?: RNButtonPluginComponent;
}

Properties

Properties

Expanded plugin component to display on the player.

Plugin component to display on the side of the player.