diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3a9b3a43..c51d2f87 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: GitHub Discussions - url: https://github.com/react-native-video/react-native-video/discussions + url: https://github.com/TheWidlarzGroup/react-native-video/discussions about: Please ask and answer questions here. - name: Slack Channel url: https://join.slack.com/t/video-dev/shared_invite/zt-24kgmctuv-2z0O9J_v6q_rg~x1RujdOA diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81aaebcd..5698524e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ## Issues -* New issues are reviewed and if they require additional work will be marked with the [`triage needed`](https://github.com/react-native-video/react-native-video/labels/triage%20needed) label. This is an open call for help from the community to verify the issue and help categorize it. If an issue stays in this state for a long time, it will be closed unresolved. -* Once an issue has been reviewed it will be labeled with [`help wanted`](https://github.com/react-native-video/react-native-video/labels/help%20wanted) to indicate it is ready to be worked on. Please wait for this label before submitting a PR to avoid spending time on something that is likely to be rejected. +* New issues are reviewed and if they require additional work will be marked with the [`triage needed`](https://github.com/TheWidlarzGroup/react-native-video/labels/triage%20needed) label. This is an open call for help from the community to verify the issue and help categorize it. If an issue stays in this state for a long time, it will be closed unresolved. +* Once an issue has been reviewed it will be labeled with [`help wanted`](https://github.com/TheWidlarzGroup/react-native-video/labels/help%20wanted) to indicate it is ready to be worked on. Please wait for this label before submitting a PR to avoid spending time on something that is likely to be rejected. ## Cleanup @@ -22,7 +22,7 @@ For example, a single file JS code change requires 1 review while a 3 files iOS * Reviewers will be asked to assign a risk level when they are done from 1 (super safe) to 5 (super risky). A release with any risk level 4 or 5 will be published as a major version, otherwise as a patch or minor based on the changes. Prepare for some large version increments while we get more comfortable... (but remember versions are free). -* If you have time to help out, look for the [`review requested`](https://github.com/react-native-video/react-native-video/labels/review%20requested) label. It will have another numeric label with it (`1`, `2`, or `3` indicating how many more reviews are needed to merge). +* If you have time to help out, look for the [`review requested`](https://github.com/TheWidlarzGroup/react-native-video/labels/review%20requested) label. It will have another numeric label with it (`1`, `2`, or `3` indicating how many more reviews are needed to merge). ## Releases diff --git a/README.md b/README.md index 23ae5e18..df331dba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ > **Note:** version 5.2.1 won't have any updates. We are currently working on making a 6.0.0 fully stable ## Documentation -documentation is available at [react-native-video.github.io/react-native-video](https://react-native-video.github.io/react-native-video/) - -> if you find some issue with new version, don't hesitate to open a ticket! Also Old version can be found [here](https://github.com/react-native-video/react-native-video/tree/v6.0.0-alpha.8) +documentation is available at [thewidlarzgroup.github.io/react-native-video/](https://https://thewidlarzgroup.github.io/react-native-video/) ## Usage diff --git a/docs/README.md b/docs/README.md index fa473d04..54ce9124 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # react-native-video-docs -This is the documentation for the [react-native-video](github.com/react-native-video/react-native-video). +This is the documentation for the [react-native-video](github.com/TheWidlarzGroup/react-native-video). Project is using [bun](https://bun.sh) to build and run the documentation. Framework for static site generation is [Nextra](https://nextra.site/docs) diff --git a/docs/assets/baners/twg-dark.png b/docs/assets/baners/twg-dark.png index 6f2ee57f..c699583c 100644 Binary files a/docs/assets/baners/twg-dark.png and b/docs/assets/baners/twg-dark.png differ diff --git a/docs/assets/baners/twg-light.png b/docs/assets/baners/twg-light.png index d249c6a6..b7c0ab00 100644 Binary files a/docs/assets/baners/twg-light.png and b/docs/assets/baners/twg-light.png differ diff --git a/docs/pages/_meta.json b/docs/pages/_meta.json index dd9eaf1b..bbf5bdae 100644 --- a/docs/pages/_meta.json +++ b/docs/pages/_meta.json @@ -11,7 +11,7 @@ "changelog": { "title": "Changelog", "newWindow": true, - "href": "https://github.com/react-native-video/react-native-video/blob/master/CHANGELOG.md" + "href": "https://github.com/TheWidlarzGroup/react-native-video/blob/master/CHANGELOG.md" }, "separator_community": { "type": "separator", diff --git a/docs/pages/component/ads.md b/docs/pages/component/ads.md index cd82e409..d9804baf 100644 --- a/docs/pages/component/ads.md +++ b/docs/pages/component/ads.md @@ -14,7 +14,7 @@ adTagUrl="https://pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/v > NOTE: Video ads cannot start when you are using the PIP on iOS (more info available at [Google IMA SDK Docs](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/picture_in_picture?hl=en#starting_ads)). If you are using custom controls, you must hide your PIP button when you receive the ```STARTED``` event from ```onReceiveAdEvent``` and show it again when you receive the ```ALL_ADS_COMPLETED``` event. ### Events -To receive events from IMA SDK, you need to pass `onReceiveAdEvent` prop to `Video` component. List of events, you can find [here](https://github.com/react-native-video/react-native-video/blob/master/src/types/Ads.ts) +To receive events from IMA SDK, you need to pass `onReceiveAdEvent` prop to `Video` component. List of events, you can find [here](https://github.com/TheWidlarzGroup/react-native-video/blob/master/src/types/Ads.ts) Example: diff --git a/docs/pages/index.md b/docs/pages/index.md index 0959fc4b..dd4d5281 100644 --- a/docs/pages/index.md +++ b/docs/pages/index.md @@ -20,12 +20,12 @@ The aim of this package is to have a thin and exhaustive control of player. ## V6.0.0 Information > ⚠️ **Version 6**: The following documentation refer to features only available through the v6.0.0 releases. -> As major rework has been done in case of doubt, you can still use [version 5.2.x, see documentation](https://github.com/react-native-video/react-native-video/blob/v5.2.0/README.md) +> As major rework has been done in case of doubt, you can still use [version 5.2.x, see documentation](https://github.com/TheWidlarzGroup/react-native-video/blob/v5.2.0/README.md) Version 6.x requires **react-native >= 0.68.2** > ⚠️ from **6.0.0-beta.8** requires also **iOS >= 13.0** (default in react-native 0.73) -For older versions of react-native, [please use version 5.x](https://github.com/react-native-video/react-native-video/tree/v5.2.0). +For older versions of react-native, [please use version 5.x](https://github.com/TheWidlarzGroup/react-native-video/tree/v5.2.0). ## Usage diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 8b463c26..8ddff963 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -26,7 +26,7 @@ Run `pod install` in the `ios` directory of your project. ### Enable custom feature in podfile file -Samples available in sample app see [sample pod file](https://github.com/react-native-video/react-native-video/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/ios/Podfile#L34) +Samples available in sample app see [sample pod file](https://github.com/TheWidlarzGroup/react-native-video/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/ios/Podfile#L34) #### Video caching @@ -92,7 +92,7 @@ buildscript { } ``` -See [sample app](https://github.com/react-native-video/react-native-video/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/android/build.gradle#L14C5-L14C5) +See [sample app](https://github.com/TheWidlarzGroup/react-native-videoo/blob/9c669a2d8a53df36773fd82ff0917280d0659bc7/examples/basic/android/build.gradle#L14C5-L14C5)
diff --git a/docs/pages/other/debug.md b/docs/pages/other/debug.md index bdc36561..cd8605ae 100644 --- a/docs/pages/other/debug.md +++ b/docs/pages/other/debug.md @@ -7,7 +7,7 @@ This repository contains multiple a sample implementation in example folder. It is always preferable to test behavior on a sample app than in a full app implementation. The basic sample allow to test a lot of feature. To use the sample you will need to do steps: -- Clone this repository: ``` git clone git@github.com:react-native-video/react-native-video.git``` +- Clone this repository: ``` git clone git@github.com:TheWidlarzGroup/react-native-video.git``` - Go to root folder and build it. It will generate a transpiled version of the package in lib folder: ```cd react-native-video && yarn && yarn build``` - Go to the sample and install it: ```cd example/basic && yarn install``` - Build it ! for android ```yarn android``` for ios ```cd ios && pod install && cd .. && yarn ios``` diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx index 7985f0e8..25e2f9b9 100644 --- a/docs/theme.config.jsx +++ b/docs/theme.config.jsx @@ -41,10 +41,10 @@ export default { ), faviconGlyph: '🎬', project: { - link: 'https://github.com/react-native-video/react-native-video', + link: 'https://github.com/TheWidlarzGroup/react-native-video', }, docsRepositoryBase: - 'https://github.com/react-native-video/react-native-video/tree/master/docs/', + 'https://github.com/TheWidlarzGroup/react-native-video/tree/master/docs/', footer: { text: ( diff --git a/ios/Video/RCTVideo.swift b/ios/Video/RCTVideo.swift index 6a52b25f..8851f957 100644 --- a/ios/Video/RCTVideo.swift +++ b/ios/Video/RCTVideo.swift @@ -970,7 +970,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH if let playerViewController = _playerViewController { if _controls { - // prevents crash https://github.com/react-native-video/react-native-video/issues/3040 + // prevents crash https://github.com/TheWidlarzGroup/react-native-video/issues/3040 self._playerViewController?.removeFromParent() } @@ -1488,7 +1488,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH guard let bounds = RCTVideoUtils.getCurrentWindow()?.bounds else { return } if !oldRect!.equalTo(newRect!) { - // https://github.com/react-native-video/react-native-video/issues/3085#issuecomment-1557293391 + // https://github.com/TheWidlarzGroup/react-native-video/issues/3085#issuecomment-1557293391 if newRect!.equalTo(bounds) { RCTLog("in fullscreen") if !_fullscreenUncontrolPlayerPresented { @@ -1587,7 +1587,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH } } - // Workaround for #3418 - https://github.com/react-native-video/react-native-video/issues/3418#issuecomment-2043508862 + // Workaround for #3418 - https://github.com/TheWidlarzGroup/react-native-video/issues/3418#issuecomment-2043508862 @objc func setOnClick(_: Any) {} } diff --git a/package.json b/package.json index 045186f5..17cc440d 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,10 @@ "react-native": "src/index", "license": "MIT", "author": "Community Contributors", - "homepage": "https://github.com/react-native-video/react-native-video#readme", + "homepage": "https://github.com/TheWidlarzGroup/react-native-video#readme", "repository": { "type": "git", - "url": "git@github.com:react-native-video/react-native-video.git" + "url": "git@github.com:TheWidlarzGroup/react-native-video.git" }, "resolutions": { "@types/react": "~18.0.0" diff --git a/react-native-video.podspec b/react-native-video.podspec index 3d7a5a6d..0798e848 100644 --- a/react-native-video.podspec +++ b/react-native-video.podspec @@ -12,8 +12,8 @@ Pod::Spec.new do |s| s.license = package['license'] s.author = package['author'] - s.homepage = 'https://github.com/react-native-video/react-native-video' - s.source = { :git => "https://github.com/react-native-video/react-native-video.git", :tag => "v#{s.version}" } + s.homepage = 'https://github.com/TheWidlarzGroup/react-native-video' + s.source = { :git => "https://github.com/TheWidlarzGroup/react-native-video.git", :tag => "v#{s.version}" } s.platforms = { :ios => "13.0", :tvos => "13.0", :visionos => "1.0" } s.subspec "Video" do |ss|