Add resizeMode change to TODO

This commit is contained in:
Brent Vatne 2015-04-04 18:49:05 -07:00
parent 4261b932d7
commit b8df485c79

View File

@ -50,4 +50,5 @@ Example code [here](https://github.com/brentvatne/react-native-login/blob/master
- [ ] Support other extensions than mp4? - [ ] Support other extensions than mp4?
- [x] Add prop to set repeat (none or forever) - [x] Add prop to set repeat (none or forever)
- [x] Switch to AVPlayer - [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) - [ ] Add support [for other AVPlayer props](https://developer.apple.com/library/prerelease/ios/documentation/AVFoundation/Reference/AVPlayer_Class/index.html)