Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/ios/
H A DRCTComponentData+Privates.h6 typedef void (^RCTPropBlockAlias)(id<RCTComponent> _Nonnull view, id _Nullable json); typedef
10 - (nonnull RCTPropBlockAlias)createPropBlock:(nonnull NSString *)name isShadowView:(BOOL)isShadowVi…
/expo/packages/expo-modules-core/ios/Swift/Views/
H A DComponentData.swift31 …public override func createPropBlock(_ propName: String, isShadowView: Bool) -> RCTPropBlockAlias { in createPropBlock()
113 private func createEventSetter(eventName: String, bridge: RCTBridge?) -> RCTPropBlockAlias { in createEventSetter()