Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 530 Bytes

AppleTVVideoDemo

Demo of the react-native-video library for Apple TV.

Has controls for play/pause, seek to start of video, and various other APIs supported by the library. Includes support for the play/pause button on the Apple TV remote control.

Building

  • Clone this repo
  • Change to the top level directory
  • Execute yarn or npm install
  • Open ios/AppleTVVideoDemo.xcodeproj in Xcode
  • Change to the AppleTVVideoDemo-tvOS build
  • Build and run