From 3130bce6bdeb35eb54a40918014d5a639e7174ad Mon Sep 17 00:00:00 2001 From: Matt Apperson Date: Tue, 30 Aug 2016 08:18:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ebcbc3..6567ce1a 100644 --- a/README.md +++ b/README.md @@ -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