{"id":14974295,"url":"https://github.com/tariq86/rn-sip-app","last_synced_at":"2025-08-25T05:10:49.318Z","repository":{"id":48554108,"uuid":"183257188","full_name":"tariq86/rn-sip-app","owner":"tariq86","description":"React Native SIP App","archived":false,"fork":false,"pushed_at":"2021-07-20T18:03:49.000Z","size":21067,"stargazers_count":66,"open_issues_count":16,"forks_count":45,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2024-09-28T18:42:37.730Z","etag":null,"topics":["android-app","ios-app","react-native","react-native-app","sip","sip-client"],"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/tariq86.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":"2019-04-24T15:30:21.000Z","updated_at":"2024-08-24T02:24:33.000Z","dependencies_parsed_at":"2022-09-23T17:12:11.051Z","dependency_job_id":null,"html_url":"https://github.com/tariq86/rn-sip-app","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/tariq86%2Frn-sip-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariq86%2Frn-sip-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariq86%2Frn-sip-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariq86%2Frn-sip-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tariq86","download_url":"https://codeload.github.com/tariq86/rn-sip-app/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861742,"owners_count":16555987,"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-app","ios-app","react-native","react-native-app","sip","sip-client"],"created_at":"2024-09-24T13:50:21.438Z","updated_at":"2024-10-11T10:09:09.691Z","avatar_url":"https://github.com/tariq86.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Open-source React Native SIP client for Android \u0026 iOS\n\nBased on [React Native](https://github.com/facebook/react-native) and [ReactNativePJSIP](https://github.com/datso/react-native-pjsip)\n\n\u003cimg src=\"docs/screenshot-app.png\" width=\"760\"\u003e\n\n# Setup\n\n## 1. Clone the repo:\n\n  ```\n  $ git clone https://github.com/tariq86/rn-sip-app\n  $ cd rn-sip-app\n  ```\n\n## 2. Install dependencies:\n\n  ```\n  $ npm install\n  ```\n\n## 2.1 _(Optional - iOS only)_ Fix warnings\nIf you want to fix the yellow warnings that pop up when first opening the app, you'll need to perform the following module edits in XCode:\n\n#### RNCallKit Module\n 1. In the Project Navigator, open `Libraries` \u003e `RNCallKit.xcodeproj` \u003e `RNCallKit` \u003e `RNCallKit.m`\n 1. Add the following code right after the close of the `(instancetype)init` function closing bracket (around line 52):\n ```\n+ (BOOL)requiresMainQueueSetup\n{\n    return NO;\n}\n ```\n\n##### Note: This change requires a full recompile of the app, so you will need to re-run the `npm run ios` command if the app is already running\n\n## 3. Running on Android:\nTo run on Android, you can run either `npm run android` (recommended) _or_ `react-native run-android` from the project root directory.\n\n##### Note: I haven't tested on Android yet, so I cannot guarantee that it works!\n\n## 4. Running on iOS:\nTo run on iOS, you can call either `npm run ios` (recommended) _or_ `react-native run-ios`  from the project root directory.\n\n##### Note: I have only tested on an iPhone XS Emulator running 12.1, compiled using XCode version 10.2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariq86%2Frn-sip-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftariq86%2Frn-sip-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariq86%2Frn-sip-app/lists"}