Be more general in TODOs link

This commit is contained in:
Josh Habdas 2016-08-16 15:41:35 -05:00
parent 0eaf3b2698
commit 455fcc2fc0
No known key found for this signature in database
GPG Key ID: BB7367EE9A70A631

View File

@ -163,7 +163,7 @@ Seeks the video to the specified time (in seconds). Access using a ref to the co
- [ ] Add support for captions
- [ ] 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://devdocs.io/html/element/video#attr-poster)
- [ ] Bring API closer to HTML5 `<Video>` [reference](http://devdocs.io/html/element/video)
[1]: https://github.com/brentvatne/react-native-login/blob/56c47a5d1e23781e86e19b27e10427fd6391f666/App/Screens/UserInfoScreen.js#L32-L35
[2]: https://github.com/brentvatne/react-native-video/tree/master/Examples/VideoPlayer