From 37a0f0719fd650e5dadfa69c16ab6ed48287c7cb Mon Sep 17 00:00:00 2001 From: Josh Habdas Date: Tue, 16 Aug 2016 17:25:31 -0500 Subject: [PATCH] Remove tip for now --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 39d460d0..3133266a 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,6 @@ The asset system [introduced in RN `0.14`](http://www.reactnative.com/react-nati /> ``` -**Tip**: When loading files locally on iOS it's necessary to add static video file to the _Copy Bundle Resources_ section of _Build Phases_ for your project's build target in Xcode. - ### 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.