{"id":40928445,"url":"https://github.com/softcand/react-native-supsischat","last_synced_at":"2026-01-22T04:02:38.965Z","repository":{"id":59862680,"uuid":"538968765","full_name":"softcand/react-native-supsischat","owner":"softcand","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T15:15:29.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T15:27:10.179Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/softcand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-20T12:07:18.000Z","updated_at":"2025-05-26T20:38:36.000Z","dependencies_parsed_at":"2023-02-01T06:45:13.981Z","dependency_job_id":null,"html_url":"https://github.com/softcand/react-native-supsischat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softcand/react-native-supsischat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcand%2Freact-native-supsischat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcand%2Freact-native-supsischat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcand%2Freact-native-supsischat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcand%2Freact-native-supsischat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softcand","download_url":"https://codeload.github.com/softcand/react-native-supsischat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softcand%2Freact-native-supsischat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28653626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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-01-22T04:02:23.101Z","updated_at":"2026-01-22T04:02:38.956Z","avatar_url":"https://github.com/softcand.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SupsisChat for React Native\n\nThis is a React Native component to easily add [SupsisChat widget](https://supsis.com/) to your application.\n\nIt works for both iOS and Android.\n\n## Getting Started\n\n### Prerequisites\n\nTo use SupsisChat in your React application, you will need the SupsisChat license ID.\n\n-   `domainName` - Defines the name of your application\n-   For instance , namespace - `supsis` - for www.supsis.com\n\nIf you don't have an account, you can create one [here](https://supsis.com/).\n\n### Installation\n\nTo import SupsisChat for React Native, run the following command to install required dependency (react-native-webview)\nand react-native-supsischat library:\n\n```javascript\nyarn add react-native-webview react-native-supsischat\n```\n\n```javascript\nnpm install react-native-webview react-native-supsischat --save\n```\n\n## User Guide\n\n### Start\n\nHaving imported SupsisChat for React Native, put it in your render method:\n\n```javascript\nimport { SupsisChat } from 'react-native-supsischat'\n\n...\n\n\u003cSupsisChat ref={supsisRef} domainName=\"your-domain-name\"/\u003e\n```\n\n### Commands\n\u003ctable\u003e\n\u003ctr\u003e\u003ctd\u003eopen\u003c/td\u003e\u003ctd\u003emakes visible supsis\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003eclose\u003c/td\u003e\u003ctd\u003emakes invisible supsis\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003esetUserData\u003c/td\u003e\u003ctd\u003efills login form\u003c/td\u003e\u003c/tr\u003e\n\u003ctr\u003e\u003ctd\u003esetDepartment\u003c/td\u003e\u003ctd\u003eallows you to pick a department\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\nExample:\n\n```javascript\nsupsisRef.current.setUserData({\n\temail: \"John@doe.com\",\n});\n```\n\n## Support\n\nIf you need any help, you can chat with us [here](https://supsis.com/).\n\nI hope you will find this module useful. Happy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcand%2Freact-native-supsischat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftcand%2Freact-native-supsischat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftcand%2Freact-native-supsischat/lists"}