Update README with TODO

This commit is contained in:
Brent Vatne 2015-04-11 14:40:49 -07:00
parent 25628d9877
commit 284f93ef5c

View File

@ -60,3 +60,4 @@ Example code [here](https://github.com/brentvatne/react-native-login/blob/master
- [ ] Support `require('video!...')`
- [ ] Add support for playing multiple videos in a sequence (will interfere with current `repeat` implementation)
- [ ] Callback to get buffering progress for remote videos
- [ ] Bring API closer to HTML5 `<Video>` [reference](http://www.w3schools.com/tags/ref_av_dom.asp)