Skip to content
  1. May 17, 2018
  2. May 16, 2018
  3. Mar 10, 2018
  4. Feb 28, 2018
  5. Feb 20, 2018
  6. Feb 17, 2018
  7. Jan 31, 2018
  8. Jan 11, 2018
  9. Jan 02, 2018
  10. Dec 07, 2017
  11. Dec 06, 2017
  12. Nov 18, 2017
  13. Nov 03, 2017
  14. Sep 07, 2017
  15. Aug 16, 2017
  16. Aug 11, 2017
  17. Aug 09, 2017
  18. Aug 04, 2017
  19. 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
  20. Jun 13, 2017
  21. Jun 09, 2017
  22. May 11, 2017
    • Nicolas Ngomai's avatar
      Add link to propTypes · b6afaa33
      Nicolas Ngomai authored
      Some props are missing in the documentation, the propTypes provides a full list of those. I think it would help a lot of developers to add a link here.
      b6afaa33
  23. May 08, 2017
  24. 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
  25. Mar 31, 2017
  26. Mar 21, 2017