diff --git a/src/components/UserCurrentLocationButton.js b/src/components/UserCurrentLocationButton.js index 85f91e7e71e8..9ba74ac6c426 100644 --- a/src/components/UserCurrentLocationButton.js +++ b/src/components/UserCurrentLocationButton.js @@ -88,8 +88,6 @@ function UserCurrentLocationButton({onLocationFetched, onLocationError, onClick, onPress={getUserLocation} accessibilityLabel={translate('location.useCurrent')} disabled={isDisabled} - onMouseDown={e => e.preventDefault()} - onTouchStart={e => e.preventDefault()} >