From 9f1bf8f913f9af288d905159f26bf99362202dd6 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Fri, 17 Nov 2023 15:38:32 +0100 Subject: [PATCH] docs: add source local file name waring (#3359) --- docs/pages/component/props.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/component/props.md b/docs/pages/component/props.md index 36066f9a..0783367c 100644 --- a/docs/pages/component/props.md +++ b/docs/pages/component/props.md @@ -594,6 +594,8 @@ The docs for this prop are incomplete and will be updated as each option is inve #### Asset loaded via require +> ⚠️ on iOS, you file name must not contain spaces eg. `my video.mp4` will not work, use `my-video.mp4` instead + Example: ```javascript const sintel = require('./sintel.mp4');