Skip to content
  1. Jan 11, 2017
  2. Nov 15, 2016
  3. Nov 10, 2016
  4. 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
  5. Nov 03, 2016
  6. Oct 06, 2016
  7. Oct 01, 2016
  8. Sep 14, 2016
  9. Sep 10, 2016
  10. Aug 30, 2016
  11. Aug 21, 2016
  12. Aug 17, 2016
  13. Aug 16, 2016
  14. Jul 28, 2016
  15. Jun 02, 2016
  16. May 18, 2016
  17. May 09, 2016
  18. Apr 29, 2016
  19. Apr 12, 2016
  20. Mar 25, 2016
  21. Mar 01, 2016
  22. Feb 28, 2016
  23. 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
  24. Dec 08, 2015
  25. Jun 25, 2015
  26. Jun 10, 2015
  27. Jun 01, 2015
  28. May 17, 2015
  29. May 13, 2015
    • Josh Habdas's avatar
      Add missing installation step · 059512fc
      Josh Habdas authored
      In order to use this native component the video resources must be
      added to the project and bundled on build.
      
      - Also remove a duplicate data property
      - Fix linkrot in README and add Examples section
      059512fc
  30. May 11, 2015