{"id":4779,"url":"https://github.com/mateioprea/react-native-intercom","last_synced_at":"2025-10-11T01:14:07.280Z","repository":{"id":52844658,"uuid":"297663354","full_name":"mateioprea/react-native-intercom","owner":"mateioprea","description":"React Native Intercom Module","archived":false,"fork":false,"pushed_at":"2021-04-16T17:34:18.000Z","size":18114,"stargazers_count":24,"open_issues_count":8,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T05:33:29.402Z","etag":null,"topics":["android","hacktoberfest","intercom","ios","react-native","react-native-intercom-native"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/mateioprea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-22T13:49:03.000Z","updated_at":"2024-04-14T19:03:43.000Z","dependencies_parsed_at":"2022-08-23T08:41:42.761Z","dependency_job_id":null,"html_url":"https://github.com/mateioprea/react-native-intercom","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/mateioprea%2Freact-native-intercom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateioprea%2Freact-native-intercom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateioprea%2Freact-native-intercom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateioprea%2Freact-native-intercom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateioprea","download_url":"https://codeload.github.com/mateioprea/react-native-intercom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242254178,"owners_count":20097531,"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":["android","hacktoberfest","intercom","ios","react-native","react-native-intercom-native"],"created_at":"2024-01-05T20:17:23.055Z","updated_at":"2025-10-11T01:14:02.230Z","avatar_url":"https://github.com/mateioprea.png","language":"Objective-C","funding_links":[],"categories":["Components"],"sub_categories":["Integrations"],"readme":"\u003ch1 align=\"center\"\u003e\n  React Native Intercom Native\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-intercom-native\"\u003e\u003cimg src=\"https://img.shields.io/npm/dw/react-native-intercom-native.svg?style=flat-square\" alt=\"NPM downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-intercom-native\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/react-native-intercom-native/latest.svg?style=flat-square\" alt=\"NPM latest version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nIntercom implementation for react native\n\n## Installation\n\n\n### Automatic install\n```sh\nnpm install react-native-intercom-native\n```\n\n```sh\nnpx intercom-link\n```\n\nIf you don't want Intercom Push Notifications, you should run `npx intercom` along with the `--disable-notification-link` parameter.\n\n\n\n### Manual Installation\n\n```sh\nnpm install react-native-intercom-native\n```\n\nYou should be set up!\n\n## Usage\n\n```js\nimport Intercom from \"react-native-intercom-native\";\n\nIntercom.setApiKey(\n\tPlatform.OS === 'android'\n\t\t? 'your_intercom_android_api_key'\n\t\t: 'your_intercom_ios_api_key',\n\t'your_app_id'\n);\n\n//TODO\n```\n\n## Documentation\n\nCheck the [available APIs](docs/API.md).\n\n\n## Push Notifications\n\nFor configuring push notifications you should follow these steps:\n\n### iOS\n\nOn iOS you should only follow steps 1, 2, 3 and 4 from Intercom documentation that's available [here](https://developers.intercom.com/installing-intercom/docs/ios-push-notifications).\n\nThis plugin already does the extra steps that are necessary to handle push notifications, so you should be good to go.\n\n### Android\n\nOn android you should follow steps 1, 3 and 4 (yes, without step 2) from Intercom documentation that's available [here](https://developers.intercom.com/installing-intercom/docs/android-fcm-push-notifications).\n\nAfter you generated the google-services.json file just place it in 'your_react_native_project_root/android/app/' folder. This is it. You're done.\n\n\n## Hooks\n\n//TODO\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateioprea%2Freact-native-intercom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateioprea%2Freact-native-intercom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateioprea%2Freact-native-intercom/lists"}