|
In the mapbox-gl version it seems to be possible to use custom shaders according to this example: https://docs.mapbox.com/mapbox-gl-js/example/custom-style-layer/ Is it also possible in rnmapbox? And if so, are there any examples to take inspiration from? |
Answered by
Gnative
Feb 1, 2026
Replies: 1 comment 1 reply
|
Custom shaders is not supported by this library as it is but you can do it natively and then you'll need to create your own layer to use with this package. This package doesn't use mapbox-gl, it's work more as an api layer to the native SDKs for iOS and Android https://docs.mapbox.com/ios/maps/examples/custom-layer/ |
1 reply
Answer selected by
loth0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom shaders is not supported by this library as it is but you can do it natively and then you'll need to create your own layer to use with this package.
This package doesn't use mapbox-gl, it's work more as an api layer to the native SDKs for iOS and Android
https://docs.mapbox.com/ios/maps/examples/custom-layer/
https://github.com/mapbox/mapbox-maps-ios/blob/v11.18.1/Sources/Examples/All%20Examples/CustomLayerExample.swift