1

I am using react-native-mapbox-gl/maps extensively in my react native app and I wanted to add dynamic style icons to the chart style.

The javascript mapbox library has a nice event called styleimagemissing with which we can check which image for a style is missing and construct it.

Is there something similar in the react-native mapbox gl library?

In other words, I would line to achieve something like this using the react native mapbox-gl library.

Awadhoot
  • 737
  • 6
  • 19

1 Answers1

0

This is implemented in react native mapbox gl 8.0 and later. See Images#onImageMissing

mfazekas
  • 5,589
  • 1
  • 34
  • 25