diff --git a/README.md b/README.md index 55a75928..a8f58be6 100644 --- a/README.md +++ b/README.md @@ -195,27 +195,18 @@ var styles = StyleSheet.create({ - * *For iOS you also need to specify muted for this to work* ## Android Expansion File Usage -Only supports .mp4 files. -The video files have not to be compressed. -Linux command example to exclude .mp4 files from zip compression: +Expansions files allow you to ship assets that don't need to be updated each time you push an app update. + +This only supports mp4 files and they must not be compressed. Example command line for preventing compression: ```bash -zip -r -n.mp4 *.mp4 main.1.com.exmample.com +zip -r -n .mp4 *.mp4 player.video.example.com ``` + ```javascript // Within your render function, assuming you have a file called // "background.mp4" in your expansion file. Just add your main and (if applicable) patch version