Skip to content

Commit

Permalink
Add example specifying the type for Android file expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
cobarx authored Jun 23, 2018
1 parent 98639d7 commit e4f8343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ 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
```
<Video
source={{uri: "background", mainVer: 1, patchVer: 0}}
source={{uri: "background", type: "mp4", mainVer: 1, patchVer: 0}}
/>
```
This will look for an .mp4 file (background.mp4) in the given expansion version.
Expand Down

0 comments on commit e4f8343

Please sign in to comment.