- Sep 29, 2022
-
-
Daniel Kuhn authored
onPlay takes a function which gets called with the pause function of the player as argument whenever the player starts playing onPause takes a void function which gets called when the player pauses or stops Add global pause button in example to showcase usage
-
Tsoumenis Vangelis authored
iOS: make callback function optional See merge request sportschau_app/react-native-ardplayer!6
-
Daniel Kuhn authored
-
Daniel Kuhn authored
-
Tsoumenis Vangelis authored
Change Ardplayer props to take videoData object See merge request sportschau_app/react-native-ardplayer!8
-
- Sep 28, 2022
-
-
Tsoumenis Vangelis authored
The Ardplayer component now accepts a prop "video". This is an object to descibe a video to be played. src, title, mimeType, posterSrc?, maxHResolutionPx Also moves mediaCollectionProvider to its own file makeMediaCollection and adds tests. refs #19975
-
Tsoumenis Vangelis authored
Adds installation instructions for android See merge request sportschau_app/react-native-ardplayer!7
-
Stefan Schöttelndreyer authored
-
Tsoumenis Vangelis authored
Fix android layout See merge request sportschau_app/react-native-ardplayer!4
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Stefan Schöttelndreyer authored
-
Tsoumenis Vangelis authored
Add iOS installation instructions See merge request sportschau_app/react-native-ardplayer!5
-
Tsoumenis Vangelis authored
Add initial props to interface component See merge request sportschau_app/react-native-ardplayer!3
-
Tsoumenis Vangelis authored
The src attribute of an Image can not be undefined on android
-
- Sep 27, 2022
-
-
Daniel Kuhn authored
-
- Sep 26, 2022
-
-
Luciano Vincent authored
- Adjusted ArdPlayer component props - Adjusted the return - Refactored getPlayerConfig function - Added a new function mediaCollectionProvider to easily create a mediaCollection - Made some simple type changes involving preview Url - Adjusted Example
-
Tsoumenis Vangelis authored
-
Luciano Vincent authored
-
- Sep 23, 2022
-
-
Tsoumenis Vangelis authored
-
Tsoumenis Vangelis authored
Adds the Typscript implementation of the React Native Component Ardplayer
-
Tsoumenis Vangelis authored
This adds the java implementation of the native component wrapping the ArdPlayer. Exported to React Native as ArdplayerView
-
Tsoumenis Vangelis authored
-
This adds the swift implementation of the native component wrapping the ArdPlayer. Exported to React Native as ArdPlayerView
-
Tsoumenis Vangelis authored
-
Also add the codevise private pod repo for lookup of forked ARD-Player-iOS pod in example projects Podfile
-
Tsoumenis Vangelis authored
-
Tsoumenis Vangelis authored
create-react-native-library seems to generate outdated code. An exception was used that does no longer exist. Found the solution here: https://stackoverflow.com/questions/55575122/android-studio-cannot-resolve-symbol-gradleexception/61024577#61024577
-
Tsoumenis Vangelis authored
Created yarn.lock file by running "yarn install" command
-
Tsoumenis Vangelis authored
Command used: npx create-react-native-library@latest react-native-ardplayer
-