chore: update repository links (#3742)
This commit is contained in:
parent
8ad4be459b
commit
cbdcbf2573
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@ -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",
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
</details>
|
||||
<details>
|
||||
|
@ -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```
|
||||
|
@ -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: (
|
||||
<span>
|
||||
|
@ -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) {}
|
||||
}
|
||||
|
@ -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"
|
||||
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user