Merge branch 'master' into cr-android-improvements
This commit is contained in:
commit
d1c9490ce3
14
README.md
14
README.md
@ -1,9 +1,6 @@
|
|||||||
## react-native-video
|
# react-native-video
|
||||||
|
|
||||||
[![ci][4]][5]
|
#### A `<Video>` component for react-native.
|
||||||
|
|
||||||
A `<Video>` component for react-native, as seen in
|
|
||||||
[react-native-login](https://github.com/brentvatne/react-native-login)!
|
|
||||||
|
|
||||||
Version 5.x recommends react-native >= 0.60.0 for Android 64bit builds and Android X support.
|
Version 5.x recommends react-native >= 0.60.0 for Android 64bit builds and Android X support.
|
||||||
|
|
||||||
@ -1644,6 +1641,9 @@ If your video work on Debug mode, but on Release you see only black screen, plea
|
|||||||
[4]: https://github.com/react-native-video/react-native-video/workflows/ci/badge.svg
|
[4]: https://github.com/react-native-video/react-native-video/workflows/ci/badge.svg
|
||||||
[5]: https://github.com/react-native-video/react-native-video/actions
|
[5]: https://github.com/react-native-video/react-native-video/actions
|
||||||
|
|
||||||
---
|
## Useful resources
|
||||||
|
|
||||||
**MIT Licensed**
|
- [Documentation](https://github.com/react-native-video/react-native-video/blob/master/API.md)
|
||||||
|
- [Changelog](https://github.com/react-native-video/react-native-video/blob/master/CHANGELOG.md)
|
||||||
|
|
||||||
|
**react-native-video** was originally created by [Brent Vatne](https://github.com/brentvatne)
|
||||||
|
19
package.json
19
package.json
@ -4,25 +4,6 @@
|
|||||||
"description": "A <Video /> element for react-native",
|
"description": "A <Video /> element for react-native",
|
||||||
"main": "Video.js",
|
"main": "Video.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Isaiah Grey",
|
|
||||||
"email": "isaiahgrey@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Johannes Lumpe",
|
|
||||||
"email": "johannes@lum.pe"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Baris Sencan",
|
|
||||||
"email": "baris.sncn@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hampton Maxwell",
|
|
||||||
"email": "me@hamptonmaxwell.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:react-native-video/react-native-video.git"
|
"url": "git@github.com:react-native-video/react-native-video.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user