This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[Android] Expression interpolation with -0.1 and 0 as steps is not working #15532
Labels
Android
Mapbox Maps SDK for Android
This is an upstream ticket for https://github.com/react-native-mapbox-gl/maps/issues/349
Steps to reproduce
A few working variations are:
[0, 'red', 0.1, 'blue']
,[-0.1, 'red', 0.1, 'blue']
.Additional non-working variations:
[-0.2, 'red', -0.1, 'blue']
,[-0.9, 'red', -0.1, 'blue']
Expected behavior
The expression is valid for iOS and Web, and should be valid for Android as well.
Actual behavior
The expression is not valid for Android.
Configuration
Mapbox SDK versions:
8.2.1
The text was updated successfully, but these errors were encountered: