{"id":19923107,"url":"https://github.com/mapp-digital/mapp-engage-reactnative-plugin","last_synced_at":"2026-06-12T06:31:14.491Z","repository":{"id":46659462,"uuid":"345694253","full_name":"mapp-digital/Mapp-Engage-ReactNative-Plugin","owner":"mapp-digital","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-08T10:20:48.000Z","size":61416,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-05-08T11:33:23.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mapp-digital.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-08T15:02:17.000Z","updated_at":"2026-05-08T10:20:52.000Z","dependencies_parsed_at":"2025-02-27T10:22:04.261Z","dependency_job_id":"375a7938-a429-4d57-a4a6-7418ebd9ab9f","html_url":"https://github.com/mapp-digital/Mapp-Engage-ReactNative-Plugin","commit_stats":{"total_commits":114,"total_committers":7,"mean_commits":"16.285714285714285","dds":0.6491228070175439,"last_synced_commit":"ea82c8c7edbb118568419e1c8d306457e8dbbf9c"},"previous_names":["mappcloud/react-native-plugin"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/mapp-digital/Mapp-Engage-ReactNative-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-ReactNative-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-ReactNative-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-ReactNative-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-ReactNative-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapp-digital","download_url":"https://codeload.github.com/mapp-digital/Mapp-Engage-ReactNative-Plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapp-digital%2FMapp-Engage-ReactNative-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34232789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-12T22:13:04.232Z","updated_at":"2026-06-12T06:31:14.475Z","avatar_url":"https://github.com/mapp-digital.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-mapp-plugin\n\n## Getting started\n[Site](https://mapp.com/) |\n[Docs](https://mapp-wiki.atlassian.net/wiki/spaces/MIC/pages/1154875400/React+Native+Integration+for+Mapp+Cloud) \n|[TestApk](https://github.com/MappCloud/React-Native-Test-Application/) \n\n### Installation from npm:\n\n`$ npm install react-native-mapp-plugin --save`\n\n### Mostly automatic installation\n\nFor the old version of RN, \n`$ react-native link react-native-mapp-plugin`\n\n### Manual installation\n\n\n#### iOS\n\n1) Install pods\n```\ncd ios \u0026\u0026 pod install\n```\n\n2) Add the following capabilities for your application target:\n  - Push Notification\n  - Background Modes \u003e Remote Notifications\n  - Background Modes \u003e Location updates\n\n3) Create a plist `AppoxeeConfig.plist` and include it in your application’s target:\n```\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003c!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"\u003e\n\u003cplist version=\"1.0\"\u003e\n\u003cdict\u003e\n    \u003ckey\u003einapp\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003ecustom_fields\u003c/key\u003e\n        \u003carray\u003e\n            \u003cstring\u003ecustomString\u003c/string\u003e\n            \u003cstring\u003ecustomNumber\u003c/string\u003e\n            \u003cstring\u003ecustomDate\u003c/string\u003e\n        \u003c/array\u003e\n        \u003ckey\u003emedia_timeout\u003c/key\u003e\n        \u003cinteger\u003e5\u003c/integer\u003e\n    \u003c/dict\u003e\n    \u003ckey\u003esdk\u003c/key\u003e\n    \u003cdict\u003e\n        \u003ckey\u003eapp_id\u003c/key\u003e\n        \u003cstring\u003eyour app id\u003c/string\u003e\n        \u003ckey\u003edmc_system_id\u003c/key\u003e\n        \u003cinteger\u003eyour dmc id\u003c/integer\u003e\n        \u003ckey\u003esdk_key\u003c/key\u003e\n        \u003cstring\u003eyour sdk key\u003c/string\u003e\n        \u003ckey\u003eis_eu\u003c/key\u003e\n        \u003ctrue/\u003e\n        \u003ckey\u003eopen_landing_page_inside_app\u003c/key\u003e\n        \u003cfalse/\u003e\n        \u003ckey\u003ejamie_url\u003c/key\u003e\n        \u003cstring\u003eyour inapp server url\u003c/string\u003e\n        \u003ckey\u003eapx_open_url_internal\u003c/key\u003e\n        \u003cstring\u003eYES\u003c/string\u003e\n    \u003c/dict\u003e\n\u003c/dict\u003e\n\u003c/plist\u003e\n```\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import com.reactlibrary.RNMappPluginPackage;` to the imports at the top of the file\n  - Add `new RNMappPluginPackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-mapp-plugin'\n  \tproject(':react-native-mapp-plugin').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-mapp-plugin/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-mapp-plugin')\n  \t```\n\n## Usage\n```javascript\nimport Mapp from 'react-native-mapp-plugin';\n\n// TODO: What to do with the module?\nMapp;\n```\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmapp-engage-reactnative-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapp-digital%2Fmapp-engage-reactnative-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapp-digital%2Fmapp-engage-reactnative-plugin/lists"}