Hi,
is there any way to overlay a georeferenced image to the map using this library?
Something like this:

There is a mapbox tutorial here (not mentioning the API): https://docs.mapbox.com/help/tutorials/georeferencing-imagery/
Maybe using projected layers? But I cannot find documentation on how to use them.
Thanks for your help!
Everything that's doable with Mapbox is doable with react-mapbox-gl as well. See our docs on how to use raster tiles. If more mapbox-specific help is needed, you should contact their support. If there is, for example, a problem with raster layers not working with our wrapper, definitely open another issue here though!
The docs also show you how to access the mapbox Map instance, on which you can use their full API, if ever needed (though I don't see why it'd be needed for this task).
Thank you.
Most helpful comment
Everything that's doable with Mapbox is doable with react-mapbox-gl as well. See our docs on how to use raster tiles. If more mapbox-specific help is needed, you should contact their support. If there is, for example, a problem with raster layers not working with our wrapper, definitely open another issue here though!
The docs also show you how to access the mapbox Map instance, on which you can use their full API, if ever needed (though I don't see why it'd be needed for this task).