Angelo
Angelo
I had the same problem, with the configuration: macOS Sonoma **14.5** React Native **0.74.1** MapLibre React Native **10.0.0-alpha.4** xcode **15.4** I don't have this issue anymore.
Hi, I tried also following the example [ShapeSourceIcon](https://github.com/maplibre/maplibre-react-native/blob/10.0.0-alpha.2/example/src/examples/SymbolCircleLayer/ShapeSourceIcon.js), but I can't use **MapLibreGL.Images** as in the example because in version 10.0.0-alpha.2 it must have children.
Adding **MapLibreGL.Images** with child, it works.
Hi, the working example: ``` import React, { useRef, useState } from 'react'; import { Dimensions, SafeAreaView, StyleProp, Text, TextStyle, View, ViewStyle, useColorScheme, } from 'react-native'; import { Colors, }...
> @ErTurco there is still history version of the comment with the token on it, I think you need to remove the comment and add it again without the token...
I can't delete the issue, in the actions I don't have delete but just edit.
I remembered that I took the URL (with token) for the tiles from the public example: [https://docs.mapbox.com/mapbox-gl-js/example/third-party/](https://docs.mapbox.com/mapbox-gl-js/example/third-party/), a Mapbox public page.