Update README.md

This commit is contained in:
Matt Apperson 2016-08-30 08:18:19 -04:00 committed by GitHub
parent 4d33bb0f69
commit 3130bce6bd

View File

@ -131,7 +131,7 @@ The asset system [introduced in RN `0.14`](http://www.reactnative.com/react-nati
### Play in background on iOS
To enable audio to play in background on iOS the audio session needs to be set to `AVAudioSessionCategoryPlayback`. See [Apple documentation][3] for additional details.
To enable audio to play in background on iOS the audio session needs to be set to `AVAudioSessionCategoryPlayback`. See [Apple documentation][3] for additional details. (NOTE: there is now a ticket to [expose this as a prop]( https://github.com/react-native-community/react-native-video/issues/310) )
## Static Methods