{"id":18369848,"url":"https://github.com/cawfree/react-native-simple-youtube-player","last_synced_at":"2026-04-18T17:02:21.257Z","repository":{"id":57340111,"uuid":"211855277","full_name":"cawfree/react-native-simple-youtube-player","owner":"cawfree","description":"A \u003cYouTubePlayer /\u003e for React Native, without SDK or API dependencies.","archived":false,"fork":false,"pushed_at":"2019-12-16T08:36:46.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T21:38:25.053Z","etag":null,"topics":["player","react","react-native","youtube"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/cawfree.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}},"created_at":"2019-09-30T12:32:09.000Z","updated_at":"2021-12-03T11:32:50.000Z","dependencies_parsed_at":"2022-08-26T04:30:21.643Z","dependency_job_id":null,"html_url":"https://github.com/cawfree/react-native-simple-youtube-player","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/cawfree%2Freact-native-simple-youtube-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Freact-native-simple-youtube-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Freact-native-simple-youtube-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cawfree%2Freact-native-simple-youtube-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cawfree","download_url":"https://codeload.github.com/cawfree/react-native-simple-youtube-player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281425,"owners_count":21077423,"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":["player","react","react-native","youtube"],"created_at":"2024-11-05T23:32:33.668Z","updated_at":"2026-04-18T17:02:16.193Z","avatar_url":"https://github.com/cawfree.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/cawfree"],"categories":[],"sub_categories":[],"readme":"# react-native-simple-youtube-player\nA \u0026lt;YouTubePlayer /\u003e for React Native, without SDK or API dependencies.\n\n## 🚀 Getting Started\n\nUsing [`npm`]():\n\n```sh\nyarn add react-native-simple-youtube-player\n```\n\nUsing [`yarn`]():\n\n```sh\nyarn add react-native-simple-youtube-player\n```\n\n## ✍️ Example\n\nThe `\u003cSimpleYouTubePlayer/\u003e` exported by this library is trivial to get started with; after all, it _is_ just a `\u003cWebView/\u003e`. Just define the `videoId` of the content you wish to render, and the `style` of your `\u003cWebView/\u003e`, and away you go!\n\n```javascript\nimport React from 'react';\nimport { WebView } from 'react-native';\nimport SimpleYouTubePlayer from 'react-native-simple-youtube-player';\n\nexport default () =\u003e (\n  \u003cSimpleYouTubePlayer\n    style={{ flex: 1 }}\n    WebView={WebView}\n    videoId=\"BxYsnSnV6cQ\"\n  /\u003e\n);\n```\n\n## ✌️  License\n[MIT](https://opensource.org/licenses/MIT)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.buymeacoffee.com/cawfree\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy @cawfree a coffee\" width=\"232\" height=\"50\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcawfree%2Freact-native-simple-youtube-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcawfree%2Freact-native-simple-youtube-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcawfree%2Freact-native-simple-youtube-player/lists"}