interface SdkVersions {
    native?: string;
    rn: string;
}

Properties

Properties

native?: string

The version of the native SDK dependency, if that applies.

rn: string

The version of the react-native SDK.