- Feb 19, 2019
-
-
Hampton Maxwell authored
-
Hampton Maxwell authored
fix: access on undefined variable
-
Laurin Quast authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Implement picture in picture for iOS
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Instead of crashing, show a warning and return
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Throw an error instead of crashing app when video source is empty
-
- Feb 18, 2019
-
-
Nick authored
fix: remove runtime warning by replacing `UIManager.RCTVideo` with `UIManager.getViewManagerConfig('RCTVideo')` (and ensuring backwards compat) (#1487) * replaced UIManager.RCTVideo > UIManager.getViewManagerConfig('RCTVideo') * added requested changes * updated changelog.md * docs: adjust wording
-
- Feb 14, 2019
-
-
Laurin Quast authored
* fix(ios): message sent to deallocated instance * chore: update changelog
-
- Feb 11, 2019
-
-
Laurent Cozic authored
If an undefined source is accidentally loaded in react-native-video a fatal error SIGABRT will happen and crash the application. This is very difficult to debug since there's apparently no relation between this crash and react-native-video. So this change checks if the URI is empty and, if it is, it throws an error, allowing the user to find out early about the issue. https://cloud.githubusercontent.com/assets/5795227/20283860/08223ba6-aabb-11e6-9fdc-d12d32b3aa9a.png
-
Hampton Maxwell authored
Feature Implementation: Recovery from transient internet failures
-
Hampton Maxwell authored
I'm guessing this change was made to cleanup the code, however it is not functionally identical and may cause issues. Revert until those can be discussed.
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
Hampton Maxwell authored
Support for displaying controls in Android Exoplayer
-
Hampton Maxwell authored
-
Hampton Maxwell authored
-
- Feb 05, 2019
-
-
Ibrahim Sulaiman authored
-
- Feb 04, 2019
-
-
Ibrahim Sulaiman authored
-
- Jan 30, 2019
-
-
sridhar authored
Defect fix: https://github.com/react-native-community/react-native-video/issues/1460
-
Jingsong Gao authored
-
- Jan 28, 2019
-
-
Ibrahim Sulaiman authored
-
- Jan 25, 2019
-
-
Ibrahim Sulaiman authored
-
- Jan 24, 2019
-
-
sridhar authored
updated changelog for PR 1448
-
sridhar authored
Doc modifications as per alplabetical order
-
sridhar authored
Gradle changes reverted back
-
sridhar authored
Doc changes for retry count implementation
-
sridhar authored
Feature implementation: Failure Retry Count
-
Laurin Quast authored
-
sridhar authored
Exoplayer gradle changes
-
sridhar authored
Merge from master to my fork
-
- Jan 23, 2019
-
-
Hampton Maxwell authored
-
- Jan 22, 2019
-
-
Laurin Quast authored
-
Rinon Beselica authored
-
- Jan 16, 2019
-
-
Ibrahim Sulaiman authored
-