I am trying to update raster tile layer map service url but it is not not working for me.
<MapboxGL.RasterSource id="id5"
tileUrlTemplates={[this.state.rasterUrl]}
minZoomLevel={15} tileSize={256}>
<MapboxGL.RasterLayer id="id5" source="id5" />
</MapboxGL.RasterSource>
I have issue like : https://github.com/nitaliano/react-native-mapbox-gl/issues/1077
Anyone idea. How can i fixed?