From 812b950ac4fe7cd22d5cba174a16104eee8fe04a Mon Sep 17 00:00:00 2001 From: Jorge Luis Date: Wed, 30 May 2018 22:03:08 -0300 Subject: [PATCH 1/5] Update Controls.js removing a warn from required prop logo on this component --- components/Controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Controls.js b/components/Controls.js index 9645c94c..9b273680 100644 --- a/components/Controls.js +++ b/components/Controls.js @@ -196,7 +196,7 @@ Controls.propTypes = { currentTime: PropTypes.number.isRequired, duration: PropTypes.number.isRequired, title: PropTypes.string.isRequired, - logo: PropTypes.string.isRequired, + logo: PropTypes.string, theme: PropTypes.object.isRequired } From 2c904cf04d58f28b9454a294355de72f5cfd772a Mon Sep 17 00:00:00 2001 From: Jorge Luis Date: Wed, 30 May 2018 22:04:36 -0300 Subject: [PATCH 2/5] Update TopBar.js Removing warn from prop logo in this component --- components/TopBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TopBar.js b/components/TopBar.js index 23b2ddb0..5a31d5e7 100644 --- a/components/TopBar.js +++ b/components/TopBar.js @@ -75,7 +75,7 @@ const TopBar = (props) => { TopBar.propTypes = { title: PropTypes.string.isRequired, - logo: PropTypes.string.isRequired, + logo: PropTypes.string, more: PropTypes.bool.isRequired, onMorePress: PropTypes.func.isRequired, theme: PropTypes.object.isRequired From 4834e6a12e1ea4d56b2720ffdaa875e7e06fbca7 Mon Sep 17 00:00:00 2001 From: Jorge Luis Date: Tue, 26 Jun 2018 17:56:07 -0300 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43805c71..a6c36737 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# react-native-af-video-player +# React Native Video Player [![npm version](http://img.shields.io/npm/v/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![npm downloads](http://img.shields.io/npm/dm/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![npm licence](http://img.shields.io/npm/l/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![Platform](https://img.shields.io/badge/platform-ios%20%7C%20android-989898.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![npm](https://img.shields.io/npm/dt/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") - +(THIS IS A FORK FROM react-native-af-video-player THAT I WILL UPDATE END MAKE NEW FEATURES AND CHANGES) A customisable React Native video player for Android and IOS ![Demo](https://github.com/abbasfreestyle/react-native-af-video-player/blob/master/demo.gif) From bdffe3f1401600a447147404a3ee88fba2dd59eb Mon Sep 17 00:00:00 2001 From: Jorge Luis Date: Tue, 26 Jun 2018 17:58:37 -0300 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c36737..48df6e85 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![npm licence](http://img.shields.io/npm/l/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![Platform](https://img.shields.io/badge/platform-ios%20%7C%20android-989898.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![npm](https://img.shields.io/npm/dt/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") + (THIS IS A FORK FROM react-native-af-video-player THAT I WILL UPDATE END MAKE NEW FEATURES AND CHANGES) + A customisable React Native video player for Android and IOS ![Demo](https://github.com/abbasfreestyle/react-native-af-video-player/blob/master/demo.gif) @@ -294,7 +296,7 @@ Also having multiple videos in a ScrollView isn't perfect, so use at your own ri ``` # To Do - +- [ ] Screen mirroring suport - [ ] Option to use custom icons - [ ] Support Immersive mode for Android - [ ] improve multiple videos fullscreen support within a ScrollView From c5d597869cdd4cee4e982dc1640b09ae1e861d12 Mon Sep 17 00:00:00 2001 From: Jorge Luis Date: Thu, 12 Jul 2018 09:11:44 -0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48df6e85..fcf82241 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Platform](https://img.shields.io/badge/platform-ios%20%7C%20android-989898.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") [![npm](https://img.shields.io/npm/dt/react-native-af-video-player.svg?style=flat-square)](https://npmjs.org/package/react-native-af-video-player "View this project on npm") -(THIS IS A FORK FROM react-native-af-video-player THAT I WILL UPDATE END MAKE NEW FEATURES AND CHANGES) +(THIS IS A FORK FROM react-native-af-video-player THAT I WILL UPDATE AND MAKE NEW FEATURES AND CHANGES, beacause react-native-af-video-player looks like will not be updated) A customisable React Native video player for Android and IOS