Skip to content

Commit

Permalink
add missing export for AIRMapMarker isPreselected view property (reac…
Browse files Browse the repository at this point in the history
  • Loading branch information
brien-crean authored and borjomeeee committed May 6, 2022
1 parent 68f62dc commit 2bb71c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ios/AirMaps/AIRMapMarkerManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ - (UIView *)view
RCT_EXPORT_VIEW_PROPERTY(draggable, BOOL)
RCT_EXPORT_VIEW_PROPERTY(zIndex, NSInteger)
RCT_EXPORT_VIEW_PROPERTY(opacity, double)
RCT_EXPORT_VIEW_PROPERTY(isPreselected, BOOL)

RCT_EXPORT_VIEW_PROPERTY(onPress, RCTBubblingEventBlock)
RCT_EXPORT_VIEW_PROPERTY(onSelect, RCTDirectEventBlock)
Expand Down

0 comments on commit 2bb71c3

Please sign in to comment.