{"id":27091282,"url":"https://github.com/alikazemkhanloo/react-native-video-controller","last_synced_at":"2025-08-04T23:17:10.445Z","repository":{"id":47950681,"uuid":"203636332","full_name":"alikazemkhanloo/react-native-video-controller","owner":"alikazemkhanloo","description":"a simple yet customizable controller for react-native-video","archived":false,"fork":false,"pushed_at":"2023-10-02T20:36:49.000Z","size":406,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T22:56:55.676Z","etag":null,"topics":["android","ios","react","react-native","react-native-video","video-controls"],"latest_commit_sha":null,"homepage":"","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/alikazemkhanloo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-21T17:51:17.000Z","updated_at":"2024-01-05T08:12:20.000Z","dependencies_parsed_at":"2025-04-06T07:28:51.573Z","dependency_job_id":"e756e4f2-6473-4c79-81b8-cbe4cdc2748d","html_url":"https://github.com/alikazemkhanloo/react-native-video-controller","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/alikazemkhanloo/react-native-video-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alikazemkhanloo%2Freact-native-video-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alikazemkhanloo%2Freact-native-video-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alikazemkhanloo%2Freact-native-video-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alikazemkhanloo%2Freact-native-video-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alikazemkhanloo","download_url":"https://codeload.github.com/alikazemkhanloo/react-native-video-controller/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alikazemkhanloo%2Freact-native-video-controller/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268801926,"owners_count":24309642,"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-08-04T02:00:09.867Z","response_time":79,"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":["android","ios","react","react-native","react-native-video","video-controls"],"created_at":"2025-04-06T07:26:04.281Z","updated_at":"2025-08-04T23:17:10.413Z","avatar_url":"https://github.com/alikazemkhanloo.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"./docs/images/logo.png\" /\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003cstrong\u003ereact-native-video-controller\u003c/strong\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003ea controller for \u003ccode\u003ereact-native-video\u003c/code\u003e \u003c/p\u003e\r\n\r\n\r\n\r\n[![Generic badge](https://img.shields.io/badge/PRs-welcome-\u003cCOLOR\u003e.svg)](https://shields.io/)\r\n\r\n---\r\n\r\n# Motivation\r\nThere are two controller for the playing the video, but they are not customizable. This package tries to be as flexible as possible, and provide better controll over the video and other components beside the video.\r\n\r\n# Features\r\n* fullscreen mode will auto rotate the screen.( also rotation will trigger fullscreen mode).\r\n* use custom components for play/pause/error/loading state of the player.\r\n  \r\n# Screen shots\r\n\r\n\u003cdiv\u003e\r\n  \u003cimg src=\"./docs/images/sc2.jpeg\" width=300/\u003e\r\n  \u003cimg src=\"./docs/images/sc3.jpeg\" width=300/\u003e\r\n  \u003cimg src=\"./docs/images/sc.jpeg\" width=500/\u003e\r\n\u003c/div\u003e\r\n\r\n\u003c!-- [![screenshot](docs/images/sc.jpeg)](docs/images/sc.jpeg)\r\n[![screenshot](docs/images/sc2.jpeg)](docs/images/sc2.jpeg)\r\n[![screenshot](docs/images/sc3.jpeg)](docs/images/sc.3jpeg) --\u003e\r\n\r\n# Peer Dependencies\r\nthis library depends on:\r\n\r\n* `react-native-reanimated` if using the default slider,no need if you have your own slider.\r\n* `react-native-gesture-handler` if using the default slider,no need if you have your own slider.\r\n* `react-native-orientation-locker` to handle rotations.\r\n* `react-native-paper` to use the Menu component, no need if you have your own menu.\r\n* `react-native-video` to play videos.\r\n  \r\n\r\nmake sure install and link these packages.\r\n# Docs and Usage\r\ndocumnetation and usage is autogenerated using react-docgen. and lives [here](https://github.com/alikazemkhanloo/react-native-video-controller/tree/master/docs/VideoPlayer.md)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falikazemkhanloo%2Freact-native-video-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falikazemkhanloo%2Freact-native-video-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falikazemkhanloo%2Freact-native-video-controller/lists"}