{"id":24598250,"url":"https://github.com/reactseals/react-native-uri-scheme","last_synced_at":"2025-10-14T11:14:47.509Z","repository":{"id":103635934,"uuid":"198180731","full_name":"reactseals/react-native-uri-scheme","owner":"reactseals","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-29T11:05:58.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-02T02:51:22.477Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/reactseals.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2019-07-22T08:31:04.000Z","updated_at":"2020-09-29T11:06:01.000Z","dependencies_parsed_at":"2023-05-24T04:00:42.335Z","dependency_job_id":null,"html_url":"https://github.com/reactseals/react-native-uri-scheme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reactseals/react-native-uri-scheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactseals%2Freact-native-uri-scheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactseals%2Freact-native-uri-scheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactseals%2Freact-native-uri-scheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactseals%2Freact-native-uri-scheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reactseals","download_url":"https://codeload.github.com/reactseals/react-native-uri-scheme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reactseals%2Freact-native-uri-scheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019064,"owners_count":26086513,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":"2025-01-24T12:15:27.376Z","updated_at":"2025-10-14T11:14:47.477Z","avatar_url":"https://github.com/reactseals.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-uri-scheme\n\n## Getting started\n\n`$ npm install react-native-uri-scheme --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-uri-scheme`\n\n### Manual installation\n\n\n#### iOS\n\n1. Inert `pod 'RNUriScheme', :path =\u003e '../node_modules/react-native-uri-scheme'` into your PodFile\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import com.reactlibrary.RNReactNativeUriSchemePackage;` to the imports at the top of the file\n  - Add `new RNReactNativeUriSchemePackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-uri-scheme'\n  \tproject(':react-native-uri-scheme').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-uri-scheme/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-uri-scheme')\n  \t```\n\n\n## Usage\n```javascript\nimport RNUriScheme from 'eact-native-uri-scheme';\n\nRNUriScheme.getUriScheme()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactseals%2Freact-native-uri-scheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freactseals%2Freact-native-uri-scheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freactseals%2Freact-native-uri-scheme/lists"}