mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-30 20:41:08 +00:00
Fixes SymbolLayer textOffset and iconOffset on iOS
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.
This commit is contained in:
@@ -73,8 +73,8 @@ class ShapeSource extends React.Component {
|
||||
tolerance: PropTypes.number,
|
||||
|
||||
/**
|
||||
* Specifies the external images in key-value pairs required for the shape source.
|
||||
*/
|
||||
- * Specifies the external images in key-value pairs required for the shape source.
|
||||
- */
|
||||
images: PropTypes.object,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user