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
Describe the bug
It looks like colors are missing or not applied to animated circles when using expressions styles. The circle color defaults to black.
The issue seems to be that RN supports animated styles but styles are different for RN than for rnmapbox, objects are valid as style values in RN but arrays are non valid in RN style values.
Describe the bug
It looks like colors are missing or not applied to animated circles when using expressions styles. The circle color defaults to black.
To Reproduce
Replace App.js with the code snippet below.
Run the app.
Code:
Expected behavior
The circles render with animations and correct colors. The colors are based off the Feature's value property in the GeoJSON data.
Actual behavior
The circles render with animations but with black color.
Screenshot
Video
https://user-images.githubusercontent.com/12175684/159401269-d77ef0cf-3c13-4ad5-9c76-6a1f47fe60da.mp4
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: