- Oct 21, 2022
-
-
Stefan Schöttelndreyer authored
-
- Oct 20, 2022
-
-
Daniel Kuhn authored
From 6.3.5 upward, the iOS package and module are renamed to ARD-Player (without -iOS). Also all Events are now uppercase (ARDPlayerEvent and ARDPlayerEvents). The iOS deployment target is raised to 13.0. Some fiddling around with modular_headers and flipper in the Podfile of the example application: Flipper is incompatible and needed to be disabled
-
- Oct 04, 2022
-
-
Tsoumenis Vangelis authored
-
Move VideoData type to its own file. Add makePlayerConfiguration utility with tests.
-
Tsoumenis Vangelis authored
PlayerHandle is an object that holds methods to control a single instance of Ardplayer. This can be used as parameter to callback functions that listen to player state changed. Should be used as the handle for useImperativeHandle if a ref to a Ardplayer is ever required. Right now only the pause function is needed but others and possibly some state might be added later.
-
- 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
-
Daniel Kuhn authored
-
- Sep 28, 2022
-
-
Stefan Schöttelndreyer authored
-
- Sep 27, 2022
-
-
Daniel Kuhn authored
-
- Sep 26, 2022
-
-
Luciano Vincent authored
-
- Sep 23, 2022
-
-
Tsoumenis Vangelis authored
Command used: npx create-react-native-library@latest react-native-ardplayer
-