{"id":23178524,"url":"https://github.com/cometchat/cometchat-sample-app-react-native","last_synced_at":"2025-03-27T04:11:47.745Z","repository":{"id":37767050,"uuid":"181047661","full_name":"cometchat/cometchat-sample-app-react-native","owner":"cometchat","description":"Voice \u0026 Video Calling and Text Chat App for React Native","archived":false,"fork":false,"pushed_at":"2024-09-25T16:12:53.000Z","size":22325,"stargazers_count":336,"open_issues_count":0,"forks_count":167,"subscribers_count":23,"default_branch":"v4","last_synced_at":"2024-12-03T04:36:39.902Z","etag":null,"topics":["app","calling","chat","conference","messaging","react-native","video","voice"],"latest_commit_sha":null,"homepage":"https://www.cometchat.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cometchat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-12T16:46:09.000Z","updated_at":"2024-12-02T18:32:04.000Z","dependencies_parsed_at":"2022-08-30T11:42:22.055Z","dependency_job_id":"db78b0e0-34bc-4661-a370-a2bf4b2ada82","html_url":"https://github.com/cometchat/cometchat-sample-app-react-native","commit_stats":null,"previous_names":["cometchat/cometchat-chat-sample-app-react-native","cometchat-pro/cometchat-chat-sample-app-react-native","cometchat/cometchat-sample-app-react-native"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometchat%2Fcometchat-sample-app-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometchat","download_url":"https://codeload.github.com/cometchat/cometchat-sample-app-react-native/tar.gz/refs/heads/v4","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245779472,"owners_count":20670686,"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":["app","calling","chat","conference","messaging","react-native","video","voice"],"created_at":"2024-12-18T07:11:40.651Z","updated_at":"2025-03-27T04:11:47.726Z","avatar_url":"https://github.com/cometchat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"CometChat\" src=\"https://assets.cometchat.io/website/images/logos/banner.png\"\u003e\n\u003c/p\u003e\n\n# React Native Sample App by CometChat\n\nThis is a reference application showcasing the integration of [CometChat's React Native UI Kit](https://www.cometchat.com/docs/v4/react-native-uikit/overview) in React Native. It offers developers practical examples for incorporating real-time messaging, as well as voice and video calling functionalities, into their React Native-based applications.\n\u003ctable\u003e    \n  \u003ctr\u003e\n    \u003ctd valign=\"center\" style=\"text-align: center\"\u003e\n      \u003cdiv style=\"\n          display: flex;\n          align-items: center;\n          justify-content: center;\"\u003e\n        \u003cimg src=\"./Screenshots/overview_cometchat_screens_ios.png\"\u003e\n      \u003c/div\u003e\n      \u003cdiv style=\"\n          display: flex;\n          align-items: center;\n          justify-content: center;\"\u003e\n          React Native: iOS\n      \u003c/div\u003e\n    \u003c/td\u003e  \n  \u003c/tr\u003e\n\u003c/table\u003e\n\u003chr /\u003e\n\u003ctable\u003e    \n  \u003ctr\u003e\n    \u003ctd valign=\"center\" style=\"text-align: center\"\u003e\n      \u003cdiv style=\"\n          display: flex;\n          align-items: center;\n          justify-content: center;\"\u003e\n        \u003cimg src=\"./Screenshots/overview_cometchat_screens_android.png\"\u003e\n      \u003c/div\u003e\n      \u003cdiv style=\"\n          display: flex;\n          align-items: center;\n          justify-content: center;\"\u003e\n          React Native: Android\n      \u003c/div\u003e\n    \u003c/td\u003e  \n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## Prerequisites\n\n- Ensure that you have the React Native development environment set up.\n  - Follow instructions for your environment at https://reactnative.dev/docs/environment-setup\n- Sign up for a [CometChat](https://app.cometchat.com/) account to get your app credentials: _`App ID`_, _`Region`_, and _`Auth Key`_\n\n## Installation\n\n1. Clone the repository:\n   - Using HTTPS\n     ```\n     git clone https://github.com/cometchat/cometchat-sample-app-react-native.git\n     ```\n2. Navigate to the cloned directory:\n   ```\n   cd cometchat-sample-app-react-native\n   ```\n3. Install dependencies:\n   ```\n   npm install\n   ```\n4. For iOS, install dependencies after navigating to ios:\n   ```sh\n     cd ios\n     pod install\n   ```\n5. Enter your CometChat _`App ID`_, _`Region`_, and _`Auth Key`_ in the [AppConstants.ts](https://github.com/cometchat/cometchat-sample-app-react-native/blob/v4/AppConstants.ts) file:\n   https://github.com/cometchat/cometchat-sample-app-react-native/blob/f2910c28c3d3d49031e37a58c536efca1f77cb27/AppConstants.ts#L1-L5\n6.  If your app is created before August 12th, 2024 then change the sample data URL to `https://assets.cometchat.io/sampleapp/v1/sampledata.json` in the [src/components/login/Login.tsx](https://github.com/cometchat/cometchat-sample-app-react-native/blob/v4/src/components/login/Login.tsx) file: https://github.com/cometchat/cometchat-sample-app-react-native/blob/f2910c28c3d3d49031e37a58c536efca1f77cb27/src/components/login/Login.tsx#L20-L22\n\n7. Run the app on a device or emulator from the repo root.\n   ```sh\n   npm start\n   npm run android\n   npm run ios\n   ```\n\n## Help and Support\n\nFor issues running the project or integrating with our UI Kits, consult our [documentation](https://www.cometchat.com/docs/react-native-uikit/integration) or create a [support ticket](https://help.cometchat.com/hc/en-us) or seek real-time support via the [CometChat Dashboard](http://app.cometchat.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometchat%2Fcometchat-sample-app-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometchat%2Fcometchat-sample-app-react-native/lists"}