{"id":13404268,"url":"https://github.com/rnmapbox/maps","last_synced_at":"2025-05-14T11:08:37.011Z","repository":{"id":37249574,"uuid":"180028389","full_name":"rnmapbox/maps","owner":"rnmapbox","description":"A Mapbox react native module for creating custom maps","archived":false,"fork":false,"pushed_at":"2025-04-23T12:34:24.000Z","size":36490,"stargazers_count":2478,"open_issues_count":164,"forks_count":879,"subscribers_count":33,"default_branch":"main","last_synced_at":"2025-05-07T10:52:36.753Z","etag":null,"topics":["expo","map","mapbox","mapbox-gl-native","maplibre","react-native"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/rnmapbox.png","metadata":{"files":{"readme":"README-v10.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["rnmapbox","mfazekas"]}},"created_at":"2019-04-07T21:53:54.000Z","updated_at":"2025-05-05T08:49:34.000Z","dependencies_parsed_at":"2023-09-22T21:12:04.738Z","dependency_job_id":"20d4ad93-efce-4773-8f71-d9d8842f8f81","html_url":"https://github.com/rnmapbox/maps","commit_stats":{"total_commits":3033,"total_committers":341,"mean_commits":8.894428152492669,"dds":0.7085393999340587,"last_synced_commit":"24503655cb64dd2bca8aabad54f28b5a71abce5c"},"previous_names":[],"tags_count":304,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnmapbox%2Fmaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnmapbox%2Fmaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnmapbox%2Fmaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rnmapbox%2Fmaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rnmapbox","download_url":"https://codeload.github.com/rnmapbox/maps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254060518,"owners_count":22007853,"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":["expo","map","mapbox","mapbox-gl-native","maplibre","react-native"],"created_at":"2024-07-30T19:01:41.958Z","updated_at":"2025-05-14T11:08:36.966Z","avatar_url":"https://github.com/rnmapbox.png","language":"Kotlin","readme":"# Getting Started\n\n\n```shell\nreact-native init sample --version 0.60.5\ncd sample\nyarn add https://github.com/rnmapbox/maps#main --save\n\ncode android/build.gradle \n```\n\n```gradle\n# add the following:\nallprojects {\n    repositories {\n        maven {\n            url 'https://api.mapbox.com/downloads/v2/releases/maven'\n            authentication {\n                basic(BasicAuthentication)\n            }\n            credentials {\n                // Do not change the username below.\n                // This should always be `mapbox` (not your username). \n                username = 'mapbox'\n                // Use the secret token you stored in gradle.properties as the password\n                password = project.properties['MAPBOX_DOWNLOADS_TOKEN'] ?: \"\"\n            }\n        }\n    }\n}\n```\n\ncode android/app/build.gradle\n```gradle\n# add the following:\nandroid {\n    packagingOptions {\n        pickFirst 'lib/x86/libc++_shared.so'\n        pickFirst 'lib/x86_64/libc++_shared.so'\n        pickFirst 'lib/arm64-v8a/libc++_shared.so'\n        pickFirst 'lib/armeabi-v7a/libc++_shared.so'\n    }\n}\n```\n\ncode android/build.gradle\n```\nbuildscript {\n    ext {\n      ...\n      RNMapboxMapsImpl = 'mapbox'\n    }\n}\n```\n\ncode ios/Podfile\n```pod\n  # change these\n  $RNMapboxMapsImpl = 'mapbox'\n\n  platform :ios, min_ios_version_supported\n\n  ...\n\n  ...\n\n  pre_install do |installer|\n    $RNMapboxMaps.pre_install(installer)\n  end\n  \n  post_install do |installer|\n    react_native_post_install(installer)\n    $RNMapboxMaps.post_install(installer)\n  end\n```\n\n```pod\n# on RN 0.60 only:\n# add modular_headers to `React-Core`\npod 'React-Core', :path =\u003e '../node_modules/react-native/React', modular_headers: true\n```\n\niOS:\n\n * Add `$(SDKROOT)/usr/lib/swift` to Library search paths.\n\n","funding_links":["https://github.com/sponsors/rnmapbox","https://github.com/sponsors/mfazekas"],"categories":["Kotlin","Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnmapbox%2Fmaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frnmapbox%2Fmaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frnmapbox%2Fmaps/lists"}