Skip to content

Commit

Permalink
Merge pull request #153 from innovactorybv/camera-defaultsettings-fix
Browse files Browse the repository at this point in the history
Apply defaultSettings after map view is laid out
  • Loading branch information
mattijsf authored Jun 21, 2019
2 parents b2ba661 + 317672e commit 70b9437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RCTMGL/RCTMGLCamera.m
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ - (NSString*)_trackingModeToString:(MGLUserTrackingMode) mode {

- (void)initialLayout
{
[self _setInitialCamera];
[self _updateCamera];
}

Expand Down

0 comments on commit 70b9437

Please sign in to comment.