Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/ios/Swift/Modules/
H A DModuleDefinition.swift72 let reactComponentPrototype = try appContext.runtime.createObject() in build() variable
73 try viewManager.decorateWithFunctions(object: reactComponentPrototype, appContext: appContext) in build()
74 object.setProperty("ViewPrototype", value: reactComponentPrototype) in build()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Modules/
H A DModuleDefinition.swift72 let reactComponentPrototype = try appContext.runtime.createObject() in build() variable
73 try viewManager.decorateWithFunctions(object: reactComponentPrototype, appContext: appContext) in build()
74 object.setProperty("ViewPrototype", value: reactComponentPrototype) in build()