mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 12:31:11 +00:00
There seem to be some styles that will be special cases to the rules used from the json spec this PR adds the ability to add overrides, so we can be flexible in special cases. In this case we were using a NSArray for textOffset and iconOffset when it should be a CGVector.