We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76effa6 commit a99a82eCopy full SHA for a99a82e
README.md
@@ -45,7 +45,7 @@ const openDocument = async () => {
45
// ios-specific
46
const previewMedia = async () => {
47
await FileViewer.previewMediaContentFromUrl({
48
- path: "https://url_hosting_media/file.mp4"
+ path: "https://url_hosting_media.com/file.mp4"
49
});
50
}
51
```
0 commit comments