{"id":21103585,"url":"https://github.com/iampeterbanjo/react-native-v59-maps","last_synced_at":"2026-04-24T08:31:19.834Z","repository":{"id":51699078,"uuid":"215508761","full_name":"iampeterbanjo/react-native-v59-maps","owner":"iampeterbanjo","description":"MVP to show react-native 0.59.10 works with react-native-maps 0.25.0","archived":false,"fork":false,"pushed_at":"2021-05-11T05:24:00.000Z","size":1076,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-01T02:39:22.191Z","etag":null,"topics":["issues","react-native","react-native-maps"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iampeterbanjo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-16T09:27:11.000Z","updated_at":"2021-05-10T23:03:22.000Z","dependencies_parsed_at":"2022-08-03T00:01:15.015Z","dependency_job_id":null,"html_url":"https://github.com/iampeterbanjo/react-native-v59-maps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iampeterbanjo/react-native-v59-maps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampeterbanjo%2Freact-native-v59-maps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampeterbanjo%2Freact-native-v59-maps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampeterbanjo%2Freact-native-v59-maps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampeterbanjo%2Freact-native-v59-maps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iampeterbanjo","download_url":"https://codeload.github.com/iampeterbanjo/react-native-v59-maps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iampeterbanjo%2Freact-native-v59-maps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32216127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T08:24:32.376Z","status":"ssl_error","status_checked_at":"2026-04-24T08:24:26.731Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["issues","react-native","react-native-maps"],"created_at":"2024-11-19T23:59:17.632Z","updated_at":"2026-04-24T08:31:19.817Z","avatar_url":"https://github.com/iampeterbanjo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Maps with React Native 0.59.x\n\n## Background\n\nAfter reporting an [issue with React Native Maps not working on Android][react-native-maps-issue-2665] with Expo, I wanted to find out if the root cause was:\n\n1. Expo with React Native Maps\n2. Reactive Native Maps\n\nIf the issue was with Expo, I could report it correctly and if it was with react-native-maps then perhaps when Expo upgrades their verison of that module it will be fixed.\n\n## Result\n\nThe bug is in Expo. This repo demonstrates that using the same versions of react-native-maps (0.25.0) and react-native (0.59.10), the react-native-maps `map.getMapBoundaries` method works correctly. For example:\n\n``` JavaScript\n  handleRegionChange = async () =\u003e {\n    try {\n      const result = await this.mapRef.getMapBoundaries();\n      this.setState({ mapBoundaries: JSON.stringify(result) });\n    } catch (error) {\n      console.error(error);\n    }\n  };\n```\n\n## Steps\n\n* Clone this repository \n* Run `yarn install`\n* Run `yarn watch:android`\n\n[react-native-maps-issue-2665]: https://github.com/react-native-community/react-native-maps/issues/2665","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiampeterbanjo%2Freact-native-v59-maps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiampeterbanjo%2Freact-native-v59-maps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiampeterbanjo%2Freact-native-v59-maps/lists"}