{"id":27091259,"url":"https://github.com/valudio/react-native-typescript-geojson","last_synced_at":"2026-04-29T17:08:01.967Z","repository":{"id":34943896,"uuid":"192815192","full_name":"valudio/react-native-typescript-geojson","owner":"valudio","description":"Typescript version of react-native-geojson with steroids","archived":false,"fork":false,"pushed_at":"2023-01-04T00:49:49.000Z","size":1650,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T13:15:14.464Z","etag":null,"topics":["geojson","react-native","react-native-maps","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valudio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-19T23:03:53.000Z","updated_at":"2019-08-07T10:24:02.000Z","dependencies_parsed_at":"2023-01-15T10:50:56.296Z","dependency_job_id":null,"html_url":"https://github.com/valudio/react-native-typescript-geojson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valudio%2Freact-native-typescript-geojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valudio%2Freact-native-typescript-geojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valudio%2Freact-native-typescript-geojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valudio%2Freact-native-typescript-geojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valudio","download_url":"https://codeload.github.com/valudio/react-native-typescript-geojson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247447288,"owners_count":20940296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geojson","react-native","react-native-maps","typescript"],"created_at":"2025-04-06T07:25:41.744Z","updated_at":"2026-04-29T17:07:56.923Z","avatar_url":"https://github.com/valudio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-typescript-geojson\n\nTypescript version of: [react-native-geojson](https://github.com/frankrowe/react-native-geojson)\n\nFast way to add geojson to react-native-maps. with some typescript and utils, but still very tiny! less than 8kb!\n\n### Install:\n\n`npm install react-native-typescript-geojson`\n\n`yarn add react-native-typescript-geojson`\n\n### Example:\n\n```js\nimport React from 'react';\nimport MapView from 'react-native-maps';\nimport Geojson from 'react-native-geojson';\n\nconst alcatraz = {\n  type: 'FeatureCollection',\n  features: [\n    {\n      type: 'Feature',\n      properties: {},\n      geometry: {\n        type: 'Point',\n        coordinates: [-122.42305755615234, 37.82687023785448]\n      }\n    }\n  ]\n};\n\nconst Map = props =\u003e (\n  \u003cMapView\u003e\n    \u003cGeojson geojson={alcatraz} /\u003e\n  \u003c/MapView\u003e\n);\n```\n\n### RoadMap:\n\n- [ ] Accept more props\n- [ ] Testing\n- [x] Add more typings\n- [ ] Better examples\n- [ ] Refactor\n- [ ] Set up eslint ?\n- [ ] Set up minify ?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaludio%2Freact-native-typescript-geojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaludio%2Freact-native-typescript-geojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaludio%2Freact-native-typescript-geojson/lists"}