{"id":15710265,"url":"https://github.com/aws/amazon-ivs-react-native-player","last_synced_at":"2026-02-03T00:12:51.998Z","repository":{"id":37867701,"uuid":"397374492","full_name":"aws/amazon-ivs-react-native-player","owner":"aws","description":"A React Native wrapper for the Amazon IVS iOS and Android player SDKs.","archived":false,"fork":false,"pushed_at":"2025-12-14T17:13:22.000Z","size":2722,"stargazers_count":307,"open_issues_count":32,"forks_count":35,"subscribers_count":27,"default_branch":"main","last_synced_at":"2026-01-27T07:41:32.439Z","etag":null,"topics":["amazon-ivs","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws.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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-17T19:48:45.000Z","updated_at":"2025-12-27T18:11:04.000Z","dependencies_parsed_at":"2024-01-05T23:41:25.217Z","dependency_job_id":"6b415e8f-afa2-4c85-a1d4-59a027511993","html_url":"https://github.com/aws/amazon-ivs-react-native-player","commit_stats":{"total_commits":212,"total_committers":22,"mean_commits":9.636363636363637,"dds":0.679245283018868,"last_synced_commit":"2fe728640450baec158284d10b78128749eaed98"},"previous_names":["aws/amazon-ivs-react-native"],"tags_count":8,"template":false,"template_full_name":"amazon-archives/__template_Apache-2.0","purl":"pkg:github/aws/amazon-ivs-react-native-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Famazon-ivs-react-native-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Famazon-ivs-react-native-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Famazon-ivs-react-native-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Famazon-ivs-react-native-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws","download_url":"https://codeload.github.com/aws/amazon-ivs-react-native-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws%2Famazon-ivs-react-native-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: 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":["amazon-ivs","react-native"],"created_at":"2024-10-03T21:05:26.029Z","updated_at":"2026-01-29T23:01:25.079Z","avatar_url":"https://github.com/aws.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon IVS React Native Player\n\nThis package implements native binding for Amazon IVS Player for iOS and Android Mobile Only. \n| Android Mobile | iOS | Android TV | tvOS |\n| :-----: | :-: | :---: | :-: |\n|   SDK \u003e= 24    | \u003e= 15.1  |  **X**   | **X**   |\n\n## Installation\n\n- install `amazon-ivs-react-native-player` dependency using yarn or npm\n\n```sh\nnpm install amazon-ivs-react-native-player\n```\n\n- install pods for your ios project. Go to `ios` directory and run\n\n```sh\npod install\n```\n\n## Usage\n\n```tsx\nimport IVSPlayer from 'amazon-ivs-react-native-player';\n\nconst URL =\n  'https://fcc3ddae59ed.us-west-2.playback.live-video.net/api/video/v1/us-west-2.893648527354.channel.DmumNckWFTqz.m3u8';\n\nfunction App() {\n  return \u003cIVSPlayer streamUrl={URL} /\u003e;\n}\n```\n\nA more detailed guide about usage can be found [here](./docs/usage-guide.md)\n\n## IVSPlayer component\n\n`IVSPlayer` is a component that can render a video stream based on the passed URL.\n\n- [Props documentation](./docs/ivs-player-reference.md#props)\n- [Ref methods documentation](./docs/ivs-player-reference.md#ref-methods)\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## Troubleshooting\n\nTo hide Home Indicator on iOS when video is in full screen, use this library:\nhttps://github.com/flowkey/react-native-home-indicator\n\n## Security\n\nSee [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.\n\n## License\n\nThis project is licensed under the Apache-2.0 License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Famazon-ivs-react-native-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws%2Famazon-ivs-react-native-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws%2Famazon-ivs-react-native-player/lists"}