Skip to content

Commit

Permalink
Apply defaultSettings after map view is laid out
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijsf committed Jun 20, 2019
1 parent 9b53331 commit 317672e
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 317672e

Please sign in to comment.