Closed Elter71 closed 3 weeks ago
Please fix the errors in your code example - More info.:
error: Parsing error: Unexpected token ) at example.jsx:9:13:
7 | Mapbox.locationManager.start();
8 |
> 9 | return (): void => {
| ^
10 | Mapbox.locationManager.stop();
11 | };
12 | }, []);
1 error found.```
Mapbox Implementation
Mapbox
Mapbox Version
10.19.0
React Native Version
0.76.0
Platform
iOS
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
https://github.com/user-attachments/assets/536db7de-3b8a-4f5d-96f1-ff37c1019511
Expected behavior
When
rotateEnabled
ingestureSettings
is set tofalse
, the user can't rotate the map.Notes / preliminary analysis
No response
Additional links and references
No response