From 087085f023d6aa00859905d20638a285150211f2 Mon Sep 17 00:00:00 2001 From: braco Date: Tue, 12 Apr 2016 13:49:10 -0400 Subject: [PATCH] Update README to explain where android assets go --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4563d87c..6cda4a4f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ Run `npm install react-native-video --save` #### Android -Make the following additions to the given files. +First, copy your video file to android/app/src/main/res/raw/ + +Then make the following additions to the given files. **android/settings.gradle** ```