{"id":46456936,"url":"https://github.com/emartech/expo-plugin-for-sap-emarsys","last_synced_at":"2026-03-06T02:05:49.902Z","repository":{"id":321742846,"uuid":"1021993935","full_name":"emartech/expo-plugin-for-sap-emarsys","owner":"emartech","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-05T09:02:17.000Z","size":982,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-05T14:45:20.644Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emartech.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,"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":"2025-07-18T09:25:09.000Z","updated_at":"2026-02-05T02:17:54.000Z","dependencies_parsed_at":"2025-10-31T09:32:13.248Z","dependency_job_id":null,"html_url":"https://github.com/emartech/expo-plugin-for-sap-emarsys","commit_stats":null,"previous_names":["emartech/expo-emarsys-plugin","emartech/expo-plugin-for-sap-emarsys"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/emartech/expo-plugin-for-sap-emarsys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fexpo-plugin-for-sap-emarsys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fexpo-plugin-for-sap-emarsys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fexpo-plugin-for-sap-emarsys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fexpo-plugin-for-sap-emarsys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emartech","download_url":"https://codeload.github.com/emartech/expo-plugin-for-sap-emarsys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fexpo-plugin-for-sap-emarsys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30158921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"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":"2026-03-06T02:05:46.131Z","updated_at":"2026-03-06T02:05:49.822Z","avatar_url":"https://github.com/emartech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![REUSE status](https://api.reuse.software/badge/github.com/emartech/expo-plugin-for-sap-emarsys)](https://api.reuse.software/info/github.com/emartech/expo-plugin-for-sap-emarsys)\n\n# Expo Plugin for SAP Emarsys\n\n\u003e **Important**  \n\u003e This plugin is in Pilot release. Please contact your Client Success Manager before starting the implementation.\n\nThe Expo Plugin for SAP Emarsys automatically integrates the **Emarsys SDK** into your Expo app’s native modules.  \nIt works **alongside the [React Native Emarsys Wrapper](https://github.com/emartech/react-native-emarsys-sdk/wiki)**, which provides the full API for interacting with Emarsys features.\n\n---\n\n## Installation\n\n```bash\nnpm install \"git+ssh://git@github.com/emartech/expo-plugin-for-sap-emarsys.git#\u003cversion\u003e\" --save\n```\n\n---\n\n## Configuration\n\n1. Add the plugin to your `app.json` with your own values:\n\n```json\n{\n  \"expo\": {\n    ...\n    \"plugins\": [\n      [\n        \"expo-plugin-for-sap-emarsys\",\n        {\n          \"applicationCode\": \u003cAPPLICATION_CODE: STRING\u003e,\n          \"merchantId\": \u003cMERCHANT_ID: STRING\u003e,\n          \"enableConsoleLogging\": \u003cENABLE_CONSOLE_LOGGING: BOOL\u003e,\n          \"androidSharedPackageNames\": \u003cANDROID_SHARED_PACKAGE_NAMES: LIST\u003e,\n          \"androidSharedSecret\": \u003cANDROID_SHARED_SECRET: STRING\u003e,\n          \"iosSharedKeychainAccessGroup\": \u003cIOS_SHARED_KEYCHAIN_ACCESS_GROUP: STRING\u003e\n        }\n      ]\n    ]\n    ...\n  }\n}\n```\n\n2. Add your `google-services.json` file into the app’s assets folder.\n3. *(Optional)* Provide a custom Android **push notification icon**:  \n   - Place an image named **`mobile_engage_logo_icon.jpg`** inside the app’s `assets` folder.  \n   - During build, it will be copied into the correct Android resources directory (`res/drawable`).  \n\n---\n\n## Build\n\nRun prebuild to apply the changes:\n\n```bash\nnpx expo prebuild\n```\n\n## Next Steps\n\n1. Install the **React Native Emarsys Wrapper** following the setup guide: [React Native Emarsys SDK – Setup](https://github.com/emartech/react-native-emarsys-sdk?tab=readme-ov-file#setup)\n\n2. Continue with the wrapper’s [documentation](https://github.com/emartech/react-native-emarsys-sdk/wiki#react-native-integration).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femartech%2Fexpo-plugin-for-sap-emarsys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femartech%2Fexpo-plugin-for-sap-emarsys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femartech%2Fexpo-plugin-for-sap-emarsys/lists"}