Add volume, rate and muted props

- Also rename pause to paused
- Bump version
This commit is contained in:
Brent Vatne
2015-04-07 20:38:16 -07:00
parent 61508678d4
commit fccfdbfd30
5 changed files with 57 additions and 10 deletions

View File

@@ -51,10 +51,10 @@ Example code [here](https://github.com/brentvatne/react-native-login/blob/master
playing videos from phone's camera
- [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
- [x] Add `paused` prop (0.1.7)
- [x] Add `rate` prop
- [x] Add `volume` prop
- [x] Add `muted` prop
- [x] Add some way to get back the `currentTime` value (0.1.9 - `onProgress` prop)
- [x] Add some way to get back the `duration` value (0.1.8 - `onLoad` prop)
- [ ] Add some way to interface with `seekToTime`