{"id":23384334,"url":"https://github.com/robbywh/react-native-zendesk-messaging","last_synced_at":"2026-02-18T17:06:09.271Z","repository":{"id":58617330,"uuid":"458356188","full_name":"robbywh/react-native-zendesk-messaging","owner":"robbywh","description":"Zendesk Messaging for React Native","archived":false,"fork":false,"pushed_at":"2025-06-25T04:01:52.000Z","size":676,"stargazers_count":16,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T16:21:55.543Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","language":"Java","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/robbywh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-02-11T22:17:29.000Z","updated_at":"2025-06-25T03:44:27.000Z","dependencies_parsed_at":"2024-10-06T14:18:45.073Z","dependency_job_id":"0d6c34fc-6ec0-4b3e-a118-3ef0dce17ea3","html_url":"https://github.com/robbywh/react-native-zendesk-messaging","commit_stats":{"total_commits":33,"total_committers":7,"mean_commits":4.714285714285714,"dds":0.4242424242424242,"last_synced_commit":"9451b5650817f8ca982d5efd1574523e452d05a1"},"previous_names":["flashcoffeetech/react-native-zendesk-messaging"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/robbywh/react-native-zendesk-messaging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbywh%2Freact-native-zendesk-messaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbywh%2Freact-native-zendesk-messaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbywh%2Freact-native-zendesk-messaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbywh%2Freact-native-zendesk-messaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robbywh","download_url":"https://codeload.github.com/robbywh/react-native-zendesk-messaging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robbywh%2Freact-native-zendesk-messaging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29587066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T16:55:40.614Z","status":"ssl_error","status_checked_at":"2026-02-18T16:55:37.558Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["react-native"],"created_at":"2024-12-21T23:18:22.991Z","updated_at":"2026-02-18T17:06:09.248Z","avatar_url":"https://github.com/robbywh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @robbywh/react-native-zendesk-messaging\n\nZendesk Messaging for React Native\n\n## Installation\n\n```sh\nyarn add @robbywh/react-native-zendesk-messaging\n```\n\nFor the Android platform, don't forget to add this script inside `android/build.gradle`\n```\nallprojects {\n    repositories {\n        maven {\n            url \"https://zendesk.jfrog.io/artifactory/repo\"\n        }\n    }\n}\n```\n\n## Usage\n\n```js\nimport * as React from 'react';\nimport { Text, View, Button, Platform } from 'react-native';\nimport Config from 'react-native-config';\nimport {\n  initialize,\n  showMessaging,\n} from '@robbywh/react-native-zendesk-messaging';\nconst App = () =\u003e {\n  React.useEffect(() =\u003e {\n    initialize(\n      Platform.OS === 'android'\n        ? Config.CHANNEL_KEY_ANDROID\n        : Config.CHANNEL_KEY_IOS\n    );\n  }, []);\n  return (\n    \u003cView style={{ padding: 100 }}\u003e\n      \u003cText\n        style={{\n          marginBottom: 50,\n          textAlign: 'center',\n          fontWeight: 'bold',\n          fontSize: 20,\n        }}\n      \u003e\n        Zendesk Messaging\n      \u003c/Text\u003e\n      \u003cText style={{ marginBottom: 10, textAlign: 'center' }}\u003e\n        Press The \"CHAT\" button to test\n      \u003c/Text\u003e\n      \u003cButton onPress={() =\u003e showMessaging()} title=\"CHAT\" /\u003e\n    \u003c/View\u003e\n  );\n};\nexport default App;\n```\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\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbywh%2Freact-native-zendesk-messaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobbywh%2Freact-native-zendesk-messaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobbywh%2Freact-native-zendesk-messaging/lists"}