Home
last modified time | relevance | path

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

/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt239 return plugins.filterIsInstance<PluginType.WithProps>() in updateJSON()
264 data class WithProps(val plugin: PluginWithProps) : PluginType() class in expo.modules.manifests.core.PluginType
279 WithProps(name to props.toMap()) in fromRawValue()