react-native-geojson icon indicating copy to clipboard operation
react-native-geojson copied to clipboard

Results 8 react-native-geojson issues
Sort by recently updated
recently updated
newest added

If I try to press on the marker on geojson point would it show the information?

With this code, it would be possible to forward additional props like "zIndex" to the react-native-maps components.

I have render successfully geojson with multipolygon type, and now i want to get data from geojson file and show it by press event, i try in react-native-maps but it...

Hi Frank, I was wondering if you know how would this RN code perform when rendering state-boundary layers with hundreds of points per polygon. Do you have any input on...

Currently, redraw issues occur when adding the Polygons in a `View`, switching to `React.Fragment` which is the preferred way of adding a wrapper element.

I am trying to load a multipolygon but I only get a rendering of the last polygon on the multi polygon array, any idea on this?

Hi! Thanks for creating this library! I've been trying it to use it to display some geojson data for a few watersheds and I keep encountering the following error when...

I'm getting this error when trying to use the react-native-geojson så i'm doing something wrong. Here is my code: import MapView from 'react-native-maps'; import Polyline from '@mapbox/polyline'; import Geojson from...