()
| 16 | }; |
| 17 | |
| 18 | const GeojsonMap = () => ( |
| 19 | <MapView style={{...StyleSheet.absoluteFillObject}}> |
| 20 | <Geojson geojson={myPlace} /> |
| 21 | </MapView> |
| 22 | ); |
| 23 | |
| 24 | export default GeojsonMap; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…