react-native-whip-whep - v0.1.9
    Preparing search index...

    Type Alias ReactNativeMobileWhepClientViewProps

    Describes props that can be passed to the module view.

    type ReactNativeMobileWhepClientViewProps = {
        ref: React.ForwardedRef<
            React.ComponentType<ReactNativeMobileWhepClientViewProps>,
        >;
        style: React.CSSProperties;
    }
    Index

    Properties

    Properties

    ref: React.ForwardedRef<
        React.ComponentType<ReactNativeMobileWhepClientViewProps>,
    >

    Used to get a reference to the React component instance. It is useful for accessing the component methods and properties directly.

    style: React.CSSProperties

    Used to apply custom styles to the component. It should be a valid CSS object for style properties.