react-native-web-maps icon indicating copy to clipboard operation
react-native-web-maps copied to clipboard

React Native for Web implementation of react-native-maps

Results 43 react-native-web-maps issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/react-native-web-community/react-native-web-maps/issues/34 Created this PR since https://github.com/react-native-web-community/react-native-web-maps/pull/37 ci checks didn't pass and the PR was not updated

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

hi I try to add custom marker to my map bu it aint working what should I do?

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

This closes #34, since `react-native-maps` uses named exports.

I used some of the code in react-native-maps to port over GeoJson support. `getMapBoundaries` is a simple shim for `google.map.mapBounds`.

react-native-maps region change events have two properties-- latitudeDelta & longitudeDelta-- that represent the span in degrees between the top & bottom or left & right part of the map, respectively....

Added onDragEnd event handler support

Implementing heatmap does work in mobile, but in web it throws error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:...