Fix heading indicator alignment#1215
Merged
ferdicus merged 1 commit intornmapbox:masterfrom Feb 12, 2021
Merged
Conversation
This was referenced Feb 9, 2021
Contributor
Author
|
Do you guys have any feedback on this? |
Member
|
Tested and looks good to me, thanks for contributing |
ferdicus
approved these changes
Feb 12, 2021
jaysquared
added a commit
to jaysquared/maps
that referenced
this pull request
Feb 13, 2021
* 'master' of https://github.com/react-native-mapbox-gl/maps: (21 commits) Fix: Improve ExpressionField type (rnmapbox#1212) Add course to the location event (rnmapbox#1209) Fix heading indicator alignment with the map in compass mode (rnmapbox#1215) Update README.md remove install dependency (rnmapbox#1190) do not fire an update without a location (rnmapbox#1203) remove react-native-safe-area-view, as it is deprecated and we do not need it (rnmapbox#1204) Bump react-native-safe-area-context from 0.7.3 to 3.1.9 in /example (rnmapbox#1145) Update RCTMGLMapView.java (rnmapbox#1192) Bump @react-native-community/eslint-config in /example (rnmapbox#1197) Bump documentation from 13.1.0 to 13.1.1 (rnmapbox#1196) Bump @typescript-eslint/parser from 3.10.1 to 4.14.0 in /example (rnmapbox#1194) Fix: App crash when ProGuard is set to true (rnmapbox#1184) Update dependabot.yml (rnmapbox#1191) Bump jest from 25.5.4 to 26.6.3 in /example (rnmapbox#1178) Bump @turf/distance from 5.1.5 to 6.2.0 in /example (rnmapbox#1174) Bump husky from 4.3.0 to 4.3.8 (rnmapbox#1175) Bump @sinonjs/fake-timers from 6.0.1 to 7.0.1 (rnmapbox#1177) Bump @mapbox/mapbox-sdk from 0.6.0 to 0.11.0 in /example (rnmapbox#1180) Bump @types/react from 16.14.2 to 17.0.0 in /example (rnmapbox#1186) ...
naftalibeder
pushed a commit
to TruckMap/maps
that referenced
this pull request
Mar 22, 2021
…x#1215) Co-authored-by: Andrei Tofan <andrei@optinify.io>
mikalaiulasevich
pushed a commit
to OneSoil-Platform/maps
that referenced
this pull request
Sep 23, 2021
…x#1215) Co-authored-by: Andrei Tofan <andrei@optinify.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the bug described in this issues: https://github.com/react-native-mapbox-gl/maps/issues/1214 https://github.com/react-native-mapbox-gl/maps/issues/1023