From a2d9c9cec3a5d79c07d740c90e288a564aee3340 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Sun, 5 Apr 2015 10:25:04 -0700 Subject: [PATCH] List upcoming features in TODO --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22788559..44ee741c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,14 @@ Example code [here](https://github.com/brentvatne/react-native-login/blob/master - [ ] Support `require('video!...')` - [ ] Support other extensions than mp4? -- [x] Add prop to set repeat (none or forever) -- [x] Switch to AVPlayer -- [ ] Switch resizeMode to prop instead of style -- [ ] Add support [for other AVPlayer props](https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVPlayer_Class/index.html) +- [x] Switch to AVPlayer (0.1.6) +- [x] Switch resizeMode to prop instead of style (0.1.7) +- [x] Add `pause` prop (0.1.7) +- [ ] Add `playbackRate` prop +- [ ] Add `volume` prop +- [ ] Add `muted` prop +- [ ] Add some way to get back the `currentTime` value +- [ ] Add some way to get back the `totalTime` value +- [ ] Add some way to interface with `seekToTime` +- [ ] Add support for playing multiple videos in a sequence (will interfere with current `repeat` implementation) +- [ ] Any other [for other AVPlayer props](https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVPlayer_Class/index.html)