Event Handler
Layers on the canvas have a connector that signals they have events to trigger an interaction (often used to transition to another screen). With the event handler property control, you can add the same type of events to a code component.K1_Event_handler.tsxHere’s the above button. It has label and tint properties, and also an onTap() event […]