react-native-adapty - v3.15.2
    Preparing search index...

    Type Alias AdaptyCustomImageAsset

    AdaptyCustomImageAsset:
        | { base64: string; type: "image" }
        | { relativeAssetPath: string; type: "image" }
        | { fileLocation: FileLocation; type: "image" }