Skip to content

Commit

Permalink
fix typo causing build error on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdicus committed Aug 20, 2021
1 parent c771902 commit a7a1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RCTMGL/RCTMGLShapeSourceManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ - (UIView*)view
[self.bridge.uiManager addUIBlock:^(__unused RCTUIManager *manager, NSDictionary<NSNumber*, UIView*> *viewRegistry) {
RCTMGLShapeSource* shapeSource = (RCTMGLShapeSource *)viewRegistry[reactTag];

NSArray<id<MGLFeature>> *shapes = [sтвhapeSource getClusterChildren: clusterId];
NSArray<id<MGLFeature>> *shapes = [shapeSource getClusterChildren: clusterId];

NSMutableArray<NSDictionary*> *features = [[NSMutableArray alloc] initWithCapacity:shapes.count];
for (int i = 0; i < shapes.count; i++) {
Expand Down

0 comments on commit a7a1af7

Please sign in to comment.