diff --git a/Video.js b/Video.js index 7e6f2840..cc763c37 100644 --- a/Video.js +++ b/Video.js @@ -90,7 +90,7 @@ export default class Video extends Component { } const isNetwork = !!(uri && uri.match(/^https?:/)); - const isAsset = !!(uri && uri.match(/^(assets-library|file):/)); + const isAsset = !!(uri && uri.match(/^(assets-library|file|content):/)); let nativeResizeMode; if (resizeMode === VideoResizeMode.stretch) {