Searched refs:RCTPropBlockAlias (Results 1 – 2 of 2) sorted by relevance
6 typedef void (^RCTPropBlockAlias)(id<RCTComponent> _Nonnull view, id _Nullable json); typedef10 - (nonnull RCTPropBlockAlias)createPropBlock:(nonnull NSString *)name isShadowView:(BOOL)isShadowVi…
31 …public override func createPropBlock(_ propName: String, isShadowView: Bool) -> RCTPropBlockAlias { in createPropBlock()113 private func createEventSetter(eventName: String, bridge: RCTBridge?) -> RCTPropBlockAlias { in createEventSetter()