@situm/react-native
    Preparing search index...

    Type Alias SdkVersion

    Represents the version information of the SDK and its compatibility with different platforms.

    This type will be removed in future versions.

    type SdkVersion = {
        android?: string;
        ios?: string;
        react_native: string;
    }
    Index

    Properties

    android?: string

    The specific version of the Situm SDK for the Android platform

    ios?: string

    The specific version of the Situm SDK for the iOS platform

    react_native: string

    The version of React Native used in the SDK