Skip to content

Commit

Permalink
Merge pull request #45 from mym0404/fix/ios-clusters-prop-type-old-arch
Browse files Browse the repository at this point in the history
fix(ios): old arch 'clusters' prop type of RCT_EXPORT_VIEW_PROP
  • Loading branch information
mym0404 authored May 17, 2024
2 parents aeb4fdb + c20f57a commit cfefd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNCNaverMapViewManager.mm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ - (UIView*)view {
RCT_EXPORT_VIEW_PROPERTY(isRotateGesturesEnabled, BOOL)
RCT_EXPORT_VIEW_PROPERTY(isStopGesturesEnabled, BOOL)
RCT_EXPORT_VIEW_PROPERTY(locale, NSString)
RCT_EXPORT_VIEW_PROPERTY(clusters, NSArray)
RCT_EXPORT_VIEW_PROPERTY(clusters, NSDictionary)
RCT_EXPORT_VIEW_PROPERTY(fpsLimit, NSInteger)

// event
Expand Down

0 comments on commit cfefd00

Please sign in to comment.