react-native-geojson
react-native-geojson copied to clipboard
Switched View to React Fragment, solves redraw issues
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.