We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapbox
default
0.73.6
iOS, Android
@rnmapbox/maps
10.1.21
<Mapbox.MapView style={styles.map} styleURL={currentMapStyle} compassEnabled={true} compassPosition={{ top: compassTopOffset, right: 12 }} attributionEnabled={false} scaleBarEnabled={true} onCameraChanged={onCameraChanged} onMapIdle={onMapIdle} onPress={onMapPress} >
onPress
Taps should be faster and less than 100ms to be called
Guessing this is an internal issues with MapBox
No response
The text was updated successfully, but these errors were encountered:
Please fix the errors in your code example - More info.:
error: Parsing error: Unterminated JSX contents at example.jsx:15:10: 13 | onMapIdle={onMapIdle} 14 | onPress={onMapPress} > 15 | > | ^ 16 | 1 error found.```
Sorry, something went wrong.
No branches or pull requests
Mapbox Implementation
Mapbox
Mapbox Version
default
React Native Version
0.73.6
Platform
iOS, Android
@rnmapbox/maps
version10.1.21
Standalone component to reproduce
Observed behavior and steps to reproduce
onPress
handler. Tapping on the map will call onPress, but also with a delayExpected behavior
Taps should be faster and less than 100ms to be called
Notes / preliminary analysis
Guessing this is an internal issues with MapBox
Additional links and references
No response
The text was updated successfully, but these errors were encountered: