You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS map SDK v4.0.0 and above has +[NSExpression(MGLAdditions) expressionWithMGLExpressionObject:] and NSExpression.mgl_jsonExpressionObject methods for round-tripping between NSExpression and NSArrays that are consistent with the style specification. Once mapbox/mapbox-gl-native#11751 is fixed, there will also be +[NSPredicate(MGLAdditions) predicateWithMGLJSONObject:] and NSPredicate.mgl_jsonExpressionObject methods for round-tripping between NSPredicate and NSArray, which will be necessary for filtering MGLVectorStyleLayer.
With both the iOS and Android SDKs adding support for expressions it's time to move the React Native SDK over to add support for them as well
The text was updated successfully, but these errors were encountered: