ExpoKey

@Serializable
@SerialName(value = "expoKey")
data class ExpoKey(val key: String) : ExpoFpLinkType

Plan expo key to load from the internet.

Parameters

key

expo key string

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard

A textual representation of this instance.

Link copied to clipboard
val key: String