You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...how and when to use the @nativeclass or @interface annotations, also how to add delegates in iOS. In general, how to access native under the most common situations
I've seen some notations in plugins, like @Profile, @csstype, and @cssProperty. I'm just leaving it here to collect. I think they have nothing to do with the previous ones but well
From @vallemar
...how and when to use the @nativeclass or @interface annotations, also how to add delegates in iOS. In general, how to access native under the most common situations
Example android class
Document:
@NativeClass
@ObjCProtocols
@JavaProxy
@Interfaces
Eventually, we'll consolidate all of these into the
@NativeClass
as parameters, but until then, let's document all of these.The text was updated successfully, but these errors were encountered: