Releases: TheWidlarzGroup/react-native-video
Releases · TheWidlarzGroup/react-native-video
v6.0.0-alpha.5
Feature:
- [Android/IOS] Add CSAI using google IMA (need to be enable in gradle for android)
- [Android] add new events on tracks changed
Bugfix:
- [IOS] avoid controls to be displayed when disabled
- [IOS] ensure audio and subtitle tracks are well reported
- [IOS] improve logs
- [IOS] Fix crash in presentFullScreenPlayer
- [ìOS] Fix crash when changing source rapidly
- [Android/IOS] sample improvement
- [Android] fix progress report which doesn't respect configured timing
- [Android] Fix crash due to null activity
- [DOC] various improvements
v6.0.0-alpha.4
- All: Ensure src is always provided to native player even if it is invalid #2857
- All: Added "homepage" to package.json #2882
- Android: Switch Google's maven repository to default
google()
#2860 - Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices #2819
- Android: fix linter warning [#2891] (#2891)
- Android: Fix regression when fullscreen prop is used combined with controls #2911
- IOS: Fix iOS RCTSwiftLog naming collision #2868
- IOS Fix: memory leak issue on iOS #2907
- IOS: Fix setting text tracks before player is initialized on iOS #2935
- Sample: Add react-native-video controls support #2852
v6.0.0-alpha.3
- Merge pull request #2855 from wood1986/fix/status-bar c9c0fe2
- Merge pull request #2854 from iFeelSmart/fix/revert_for_build 9516d9b
- doc: add changelog entry and fix last version f7fba8a
- Revert "type _eventDispatcher as RCTEventDispatcherProtocol" 1d4665f
- fix: fix the system status bar when dismiss 2a77c5f
5.2.1
5.2.0
5.1.1
5.1.0-alpha8
Prepare 5.1.0-alpha8
Deprecated - contains error that will be solved on 5.0.1
Deprecated - contains error that will be solved on 5.0.1
RN 0.40 support & Android move to ExoPlayer
README fix (#416) Corrected the instructions for running the example