Closed Elter71 closed 3 weeks ago
Please fix the errors in your code example - More info.:
error: Parsing error: Unexpected token ) at example.jsx:13:13:
11 | Mapbox.locationManager.start();
12 |
> 13 | return (): void => {
| ^
14 | Mapbox.locationManager.stop();
15 | };
16 | }, []);
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/4fc92d0b-c83b-4f23-bdf3-608729d6a1e2
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