Skip to content

Commit d12f132

Browse files
Victor CordosVictor Cordos
authored andcommitted
exported onPlaneTap events
1 parent e78b797 commit d12f132

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RCTARKitManager.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ - (NSDictionary *)constantsToExport
6363
RCT_EXPORT_VIEW_PROPERTY(onPlaneUpdate, RCTBubblingEventBlock)
6464
RCT_EXPORT_VIEW_PROPERTY(onTrackingState, RCTBubblingEventBlock)
6565
RCT_EXPORT_VIEW_PROPERTY(onFeaturesDetected, RCTBubblingEventBlock)
66+
RCT_EXPORT_VIEW_PROPERTY(onTapOnPlaneUsingExtent, RCTBubblingEventBlock)
67+
RCT_EXPORT_VIEW_PROPERTY(onTapOnPlaneNoExtent, RCTBubblingEventBlock)
6668
RCT_EXPORT_VIEW_PROPERTY(onEvent, RCTBubblingEventBlock)
6769

6870
RCT_EXPORT_METHOD(pause:(RCTPromiseResolveBlock)resolve reject:(RCTPromiseRejectBlock)reject) {

0 commit comments

Comments
 (0)