bramus / bramus/react-native-maps-directions
App crashes when add images on map as Marker
- 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...
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.