Home
last modified time | relevance | path

Searched refs:PluginWithProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt261 internal typealias PluginWithProps = Pair<String, Map<String, Any>> typealias
264 data class WithProps(val plugin: PluginWithProps) : PluginType()
/expo/packages/expo-manifests/ios/EXManifests/
H A DManifest.swift326 typealias PluginWithProps = (String, [String: Any]) in getPluginProperties() typealias
329 case withProps (PluginWithProps) in getPluginProperties()
/expo/ios/versioned/sdk49/EXManifests/EXManifests/
H A DManifest.swift326 typealias PluginWithProps = (String, [String: Any]) in getPluginProperties() typealias
329 case withProps (PluginWithProps) in getPluginProperties()