Skip to content

Commit

Permalink
docs: add source local file name waring (#3359)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch authored Nov 17, 2023
1 parent 0e23952 commit 9f1bf8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pages/component/props.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9f1bf8f

Please sign in to comment.