Skip to content

Commit

Permalink
fix(ios): old arch 'clusters' prop type of RCT_EXPORT_VIEW_PROP
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 17, 2024
1 parent aeb4fdb commit c20f57a
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 c20f57a

Please sign in to comment.