React Native Cloud Storage
Interfaces

UseCloudKVOptions

Configures a useCloudKV hook.

Configures a useCloudKV hook.

Type Parameters

Type Parameter
T

Properties

PropertyTypeDescription
instance?CloudKVStorageA standalone CloudKVStorage instance. The shared default instance is used when omitted.
serializer?CloudKVSerializer<T>A serializer for non-string values. Strings use an identity serializer when omitted.

On this page