{"id":18786545,"url":"https://github.com/fausto95/react-native-jwplayer","last_synced_at":"2025-12-22T07:30:15.385Z","repository":{"id":89907547,"uuid":"185051658","full_name":"Fausto95/react-native-jwplayer","owner":"Fausto95","description":"JwPlayer Component for React-Native","archived":false,"fork":false,"pushed_at":"2019-09-17T22:02:52.000Z","size":13730,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T17:51:29.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@fausto95/react-native-jwplayer","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fausto95.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-05-05T15:50:23.000Z","updated_at":"2023-03-08T16:51:24.000Z","dependencies_parsed_at":"2023-06-09T13:00:23.581Z","dependency_job_id":null,"html_url":"https://github.com/Fausto95/react-native-jwplayer","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Freact-native-jwplayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Freact-native-jwplayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Freact-native-jwplayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fausto95%2Freact-native-jwplayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fausto95","download_url":"https://codeload.github.com/Fausto95/react-native-jwplayer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239703132,"owners_count":19683214,"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":[],"created_at":"2024-11-07T20:51:51.260Z","updated_at":"2025-12-22T07:30:15.336Z","avatar_url":"https://github.com/Fausto95.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# JWPlayer Component For React Native\n\n## Installing\n\n`$ yarn add @fausto95/react-native-jwplayer`\n\n### Pod\nAdd this to your Podfile\n\n```ruby\npod 'RNJWPlayer', :path =\u003e '../node_modules/@fausto95/react-native-jwplayer/RNJWPlayer.podspec'\n```\n\n### Linking\n\n\u003e If you're using react-native ^0.60, the linking is handled by default\n\n`$ react-native link @fausto95/react-native-jwplayer`\n\n\n## Usage\n```javascript\nimport React from 'react';\nimport {View} from 'react-native';\nimport JWPlayer from '@fausto95/react-native-jwplayer';\n\nconst App = () =\u003e {\n  return (\n    \u003cView style={styles.container}\u003e\n      \u003cJWPlayer\n        fileUri=\"https://content.jwplatform.com/manifests/yp34SRmf.m3u8\"\n        playerKey=\"EXAMPLEOFKEY/YOUR_PLAYER_KEY_GOES_HERE\"\n        style={styles.player}\n      /\u003e\n    \u003c/View\u003e\n  );\n};\n\nconst styles = StyleSheet.create({\n  container: {\n    display: 'flex',\n    justifyContent: 'center',\n    alignItems: 'center',\n  },\n  player: {\n    width: 360,\n    height: 180,\n  },\n});\nexport default App;\n```\n\n### Props\n  - `fileUri`: Link for the video file.\n  - `playerKey`: Your JWPlayer key.\n\n\n### TODO\n\n- [x] iOS\n\n- [ ] Android\n\n- [ ] Tracks(Subtitles)\n\n- [ ] Thumbnail\n\n- [ ] Playback Controls Functions\n\n- [ ] Playlist\n\n- [ ] Skinning\n\n\n### Contributions\n\nAny contribution is welcome, send PR 😎.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Freact-native-jwplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffausto95%2Freact-native-jwplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffausto95%2Freact-native-jwplayer/lists"}