Skip to content
  1. Jun 09, 2018
  2. Oct 25, 2017
  3. Jul 20, 2017
    • Julien K's avatar
      Added tvOS paltform support (#682) · b303f991
      Julien K authored
      * [tvOS] Update podspec
      
      * [tvOS] Add tvOS target
      
      * Update README.md
      
      * [docs] Folder that contains pictures and content for documentation
      
      * tvOS Readme
      
      * [JPEG] Update image to JPEG
      b303f991
  4. Apr 20, 2017
    • Dom DiCicco's avatar
      issue 310 - Added a new property, ignoreSilentSwitch. (#403) · 98c51f11
      Dom DiCicco authored
      * issue 310 - Added a new property, ignoreSilentSwitch. When true, audio will play even when the silent switch on an iOS device is set to silent. When false, the audio will toggle with the silent switch. Sets the AVAudioSession to either playback or ambient.
      
      * Added ignoreSilentSwitch usage to example app and to readme
      
      * Changed ignoreSilentSwitch to accept two string values, ignore and obey.
      This accounts for the case where the user does not want to modify the audio session from a particular video instance. The user would not use the ignoreSilentSwitch property at all in that case.
      Also, the audio session will only be updated when the video is unpaused, instead of whenever the video component has updated props. This allows for multiple videos to be on the screen, with the most recent video unpaused (aka played) being the video that has control over the audio session.
      98c51f11
  5. Mar 31, 2017
    • Kevin VanGelder's avatar
      Initial WPF Support (#385) · ebc6617b
      Kevin VanGelder authored
      * initial support for WPF
      
      * update readme with WPF specific instructions
      
      * remove autogenerated .gitattributes file
      
      * reference RNW NPM package instead of hard-coded local reference
      ebc6617b
  6. Mar 21, 2017
  7. Feb 14, 2017
  8. Jan 31, 2017
  9. Jan 11, 2017
  10. Nov 15, 2016
  11. Nov 10, 2016
  12. Nov 09, 2016
    • Eric Rozell's avatar
      feat(Windows): Adds Windows support to react-native-video · 8cc1dbda
      Eric Rozell authored
      This PR adds react-native-windows support to react-native-video.  The Video component is implemented with a XAML MediaPlayerElement.  Most of the features implemented by Android (and some additional ones) are implemented by Windows.
      
      Known issues and missing features include:
      * onReadyForDisplay event
      * local URI convention (e.g., "broadchurch" in examples changed to require("./broadchurch.mp4")
      * `playableDuration` in `onVideoProgress` event is always 0.0
      * `playInBackground` is not yet supported
      * Volume settings are applied, but the UWP control does not handle it properly
      8cc1dbda
  13. Nov 03, 2016
  14. Oct 06, 2016
  15. Oct 01, 2016
  16. Sep 14, 2016
  17. Sep 10, 2016
  18. Aug 30, 2016
  19. Aug 21, 2016
  20. Aug 17, 2016
  21. Aug 16, 2016
  22. Jul 28, 2016
  23. Jun 02, 2016
  24. May 18, 2016
  25. May 09, 2016
  26. Apr 29, 2016
  27. Apr 12, 2016
  28. Mar 25, 2016
  29. Mar 01, 2016
  30. Feb 28, 2016
  31. Feb 04, 2016
    • perqa's avatar
      Update README.md · e0ead691
      perqa authored
      I could not get the Video component to work by following the provided example. I kept getting an error message saying "React.createElement: type should not be null, undefined, boolean, or number.". When I changed the way I include the component, it started working. It might be related to recent versions of react-native, not sure. You're welcome to modify the suggested text if you like. Thanks for a great piece of work!
      e0ead691