Chris Glein
06593344f6
Fix lack of onError
event
...
The native code was receiving the event, but not reasing the event.
Which [apparently](https://github.com/microsoft/react-native-windows/issues/4206 ) needs to be prefixed with "top" and then that turns into "onError".
Note that this raises the event, but no error object is included. Better than nothing.
2023-09-18 18:08:21 -07:00
olivier
3f48c64364
6.0.0-alpha.8
2023-09-14 21:59:10 +02:00
Olivier Bouillet
d5ced4fb6a
Merge pull request #3238 from iFeelSmart/chore/updateChangeLog
...
chore: update changeLog for 6.0.0-alpha.8
2023-09-14 21:54:35 +02:00
olivier
bcc339a486
chore: update changeLog for 6.0.0-alpha.8
2023-09-14 21:53:36 +02:00
Olivier Bouillet
a0fa8312ba
Merge pull request #3216 from Duell10111/tvos-custom-playback-exerpience-fork
...
feat: allow customization of tvOS playback expierence
2023-09-13 21:27:37 +02:00
Konstantin Späth
33c0be449a
chore: outsource functions to own utils file
2023-09-09 16:15:51 +02:00
Olivier Bouillet
bcc710ecfd
Merge pull request #3234 from iFeelSmart/chore/fixSampleBuild
...
chore: fix build by adding a fallback on kotlin version
2023-09-09 14:37:07 +02:00
olivier
19c8134dbc
chore: fix build by adding a fallback on kotlin version
2023-09-05 22:17:37 +02:00
Olivier Bouillet
0fac437dbd
Merge pull request #3233 from mysport12/master
...
Fix: AudioOutput on Android
2023-09-05 21:14:45 +02:00
Craig Martin
0678a2ccf1
Fix: AudioOutput on Android
2023-09-05 14:27:10 -04:00
Olivier Bouillet
eaa0b947d4
Merge pull request #3229 from iFeelSmart/chore/fixDocUpperCaseLink
...
chore: fix upper case type in doc internal links
2023-09-05 18:51:34 +02:00
Olivier Bouillet
267181be73
Merge pull request #3230 from iFeelSmart/fix/presentFullscreenPlayerImplementation
...
fix: implement lost presentFullscreenPlayer & dismissFullscreenPlayer
2023-09-05 18:48:17 +02:00
olivier
ddc87acf84
fix: implement lost presentFullscreenPlayer & dismissFullscreenPlayer
...
These apis has been removed during swift porting
2023-09-04 23:57:45 +02:00
olivier
42dc9de4fe
chore: fix upper case type in doc internal links
2023-09-04 23:47:27 +02:00
Olivier Bouillet
30dac90959
Merge pull request #3221 from lrusso/master
...
Fixing the PIP mode on iOS
2023-09-04 23:42:01 +02:00
lrusso
63f0344742
rollback logic
2023-09-04 17:34:46 -03:00
lrusso
14f12df9f8
rollback logic
2023-09-04 17:33:21 -03:00
Olivier Bouillet
0bf7f70e24
Merge pull request #3211 from mysport12/master
...
Feature: audioOutput - Play over phone earpiece
2023-08-31 08:25:12 +02:00
lrusso
03cba605ea
preventing the iOS pip to be closed automatically when sending to the background
2023-08-30 22:22:31 -03:00
lrusso
7c8244bd07
activating the audio session
2023-08-30 01:45:06 -03:00
lrusso
a0450e026c
activating the audio session
2023-08-30 01:43:22 -03:00
lrusso
35256062d9
fixing PIP mode on iOS
2023-08-28 14:55:34 -03:00
Craig Martin
89464279d1
Add missing import
2023-08-25 15:16:18 -04:00
Craig Martin
12edcf8555
Add missing import
2023-08-25 15:14:22 -04:00
Craig Martin
1111cdc15a
Move enum to its own file
2023-08-25 15:09:19 -04:00
Konstantin Späth
b1c49decbf
docs: adapt API.md for new features
2023-08-25 13:13:04 +02:00
Konstantin Späth
8bd5525d87
chore: use bunny example video again
2023-08-25 12:57:43 +02:00
Konstantin Späth
ae17aa747e
chore: fix iOS build for custom metadata
2023-08-25 12:54:37 +02:00
Konstantin Späth
6cbc7cdc89
chore: add chapter images
2023-08-25 12:54:37 +02:00
Konstantin Späth
b225b0f800
chore: add custom titles, description and chapters
2023-08-25 12:54:37 +02:00
Konstantin Späth
fd2e396262
fix: fix tvos available compile errors
2023-08-25 12:54:35 +02:00
Olivier Bouillet
6b60428ec7
Merge pull request #3207 from Duell10111/tvos-fixes-only
...
fix: fix tvos available compile errors
2023-08-25 12:26:16 +02:00
Olivier Bouillet
3bf057478a
Merge pull request #3208 from Duell10111/tvos-example
...
chore: add tvOS example project
2023-08-25 12:25:56 +02:00
Craig Martin
dbeea19ce8
Formatting cleanup
2023-08-22 23:42:13 -04:00
Craig Martin
140cfe0a9c
Additional formatting cleanup
2023-08-22 23:35:51 -04:00
Craig Martin
d5551c9f80
Remove currentTime property which was removed in 6.0.0 alpha 6
2023-08-22 23:31:43 -04:00
Craig Martin
90a8eb245d
Revert formatting changes to keep diff cleaner
2023-08-22 23:30:01 -04:00
Craig Martin
db6e73e035
Merge remote-tracking branch 'upstream/master'
2023-08-22 22:31:30 -04:00
Konstantin Späth
a7a03901f2
fix: fix tvos available compile errors
2023-08-13 14:58:57 +02:00
Konstantin Späth
f4851ba181
chore: add tvOS example project
2023-08-11 23:59:39 +02:00
Olivier Bouillet
30d8146916
Merge pull request #3175 from react-native-yeouido/feature/fabric-example
...
[New Arch] Fabric Example
2023-08-03 21:37:59 +02:00
olivier
4762f77f5d
6.0.0-alpha.7
2023-08-03 21:30:56 +02:00
Olivier Bouillet
d869da0729
Merge pull request #3194 from iFeelSmart/fix/fix_README
...
chore: fix missing readme comments
2023-08-03 21:20:10 +02:00
olivier
feccb1cca6
chore: fix missing readme comments
2023-08-03 21:19:23 +02:00
Olivier Bouillet
90fe971dee
Merge pull request #3179 from vemarav/shuttercolor
...
Android: fixes black splashes
2023-08-03 20:59:35 +02:00
Olivier Bouillet
6c4e90e55f
Merge pull request #3173 from vemarav/fix-flatlist-ios-ui-block
...
fix: ios block ui issue
2023-08-03 20:55:30 +02:00
Olivier Bouillet
5c9d7b8f81
Merge pull request #3123 from BasixKOR/fix-memleak
...
Fix AudioManager memory leak by moving OnAudioFocusChangeListener
2023-08-03 20:54:01 +02:00
Olivier Bouillet
236d17e8b5
Merge branch 'master' into fix-memleak
2023-08-03 20:53:12 +02:00
Olivier Bouillet
505a1a5dd9
Merge pull request #3183 from atultiwaree/js-syntax-error-fix
...
Fixed JS Syntax error @ Video.js
2023-08-03 20:50:04 +02:00
Craig Martin
dc3e83a3d5
Merge remote-tracking branch 'upstream/master'
2023-07-27 16:24:11 -04:00