Hiyve Components - v1.0.0
    Preparing search index...

    Interface HiyveRNProviderProps

    Props for HiyveRNProvider.

    interface HiyveRNProviderProps {
        children: ReactNode;
        options: HiyveStoreRNOptions;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Child components that will have access to Hiyve hooks

    Options for creating the HiyveStoreRN instance (server URL, auth token, etc.)