bramus / bramus/react-native-maps-directions

App crashes when add images on map as Marker

Open
#191 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.3k
Forks
210
PR merge metrics
No merged PRs in 30d

Description

**The app works fine when I remove the images from the map**.

Android emulator and setup according to requirement. https://reactnative.dev/docs/environment-setup#development-os

- Windows 11
- React Native 0.67.3
- react-native-maps 0.31.1
- react-native-maps-directions 1.8.0

```

(this.mapView = c)} // eslint-disable-line react/jsx-no-bind
onPress={this.onMapPress}>
{
console.log(
`Started routing between "${params.origin}" and "${params.destination
}"${params.waypoints.length
? ' using waypoints: ' + params.waypoints.join(', ')
: ''
}`,
);
}}
onReady={this.onReady}
onError={errorMessage => {
console.log(errorMessage);
}}
resetOnChange={false}
/>





Your Location

123 Star St, New Y...














Your Location

123 Star St, New Y...










```

![image](https://user-images.githubusercontent.com/107490686/175344636-db00b65c-5d1f-4dca-b3a8-aaaa01a3e8ef.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.